Html Css Color HEX #306185 Matisse

📋 copy color: '#306185'

red 48 ◦ green 97 ◦ blue 133

#306185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matisse #306185

Tints of Matisse #306185

RGB

 RED value IS 48 (19.14% from 255) = 17.27%

 GREEN value IS 97 (38.28% from 255) = 34.89%

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 17.27%
G = 34.89%
B = 47.84%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#306185 (or 0x306185) is known color: Matisse. HEX triplet: 30, 61 and 85. RGB value is (48,97,133). Sum of RGB (Red+Green+Blue) = 48+97+133=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #306185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306185 is #CF9E7A. Grayscale: #565656. Windows color (decimal): -13606523 or 8741168. OLE color: 8741168.

HSL color Cylindrical-coordinate representation of color #306185: hue angle of 205.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306185 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 97 133 -
CMYK 0.64 0.27 0 0.48
HSL 205.41º 0.47% 0.35% -
HSV(B) 205.41º 0.64% 0.52% -
XYZ 9.73 10.87 23.78 -
YUV 86.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 48 97 133 0.64 0.27 0 0.48 205.41 0.47 0.35
Hex 30 61 85 40 1B 0 30 CD 2F 23
Octal 60 141 205 100 33 0 60 315 57 43
Binary 110000 1100001 10000101 1000000 11011 0 110000 11001101 101111 100011

Color Harmonies of #306185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306185

Black with #306185

Text Example


Text Example

White with #306185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306185; }

 p { color: rgb(48,97,133); }

 H1.HeaderClassName
 {
   color: #306185;
 }
 .AnyTagClassName
 {
   color: #306185;
 }
</style>

background-color css

<style>
 a { background-color: #306185; }

 a { background-color: rgb(48,97,133); }

 div.DivClassName
 {
   background-color: #306185;
 }
 .BgClassName
 {
   background-color: #306185;
 }
</style>

border-color css

<style>
 span { border-color: #306185; }

 span { border-color: rgb(48,97,133); }

 td.TdClassName
 {
   border-color: #306185;
 }
 .TagClassName
 {
   border-color: #306185;
 }
</style>