Html Css Color HEX #305972 Chathams Blue

📋 copy color: '#305972'

red 48 ◦ green 89 ◦ blue 114

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

Shades of Chathams Blue #305972

Tints of Chathams Blue #305972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.46%

 BLUE value IS 114 (44.92% from 255) = 45.42%

R = 19.12%
G = 35.46%
B = 45.42%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305972 (or 0x305972) is known color: Chathams Blue. HEX triplet: 30, 59 and 72. RGB value is (48,89,114). Sum of RGB (Red+Green+Blue) = 48+89+114=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #305972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305972 is #CFA68D. Grayscale: #4F4F4F. Windows color (decimal): -13608590 or 7493936. OLE color: 7493936.

HSL color Cylindrical-coordinate representation of color #305972: hue angle of 202.73º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #305972 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 89 114 -
CMYK 0.58 0.22 0 0.55
HSL 202.73º 0.41% 0.32% -
HSV(B) 202.73º 0.58% 0.45% -
XYZ 7.83 8.99 17.24 -
YUV 79.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 48 89 114 0.58 0.22 0 0.55 202.73 0.41 0.32
Hex 30 59 72 3A 16 0 37 CB 29 20
Octal 60 131 162 72 26 0 67 313 51 40
Binary 110000 1011001 1110010 111010 10110 0 110111 11001011 101001 100000

Color Harmonies of #305972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305972

Black with #305972

Text Example


Text Example

White with #305972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305972; }

 p { color: rgb(48,89,114); }

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

background-color css

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

 a { background-color: rgb(48,89,114); }

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

border-color css

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

 span { border-color: rgb(48,89,114); }

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