Html Css Color HEX #305772 Chathams Blue

📋 copy color: '#305772'

red 48 ◦ green 87 ◦ blue 114

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

Shades of Chathams Blue #305772

Tints of Chathams Blue #305772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.94%

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

R = 19.28%
G = 34.94%
B = 45.78%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#305772 (or 0x305772) is known color: Chathams Blue. HEX triplet: 30, 57 and 72. RGB value is (48,87,114). Sum of RGB (Red+Green+Blue) = 48+87+114=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #305772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305772 is #CFA88D. Grayscale: #4E4E4E. Windows color (decimal): -13609102 or 7493424. OLE color: 7493424.

HSL color Cylindrical-coordinate representation of color #305772: hue angle of 204.55º 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 #305772 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 87 114 -
CMYK 0.58 0.24 0 0.55
HSL 204.55º 0.41% 0.32% -
HSV(B) 204.55º 0.58% 0.45% -
XYZ 7.66 8.66 17.19 -
YUV 78.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 48 87 114 0.58 0.24 0 0.55 204.55 0.41 0.32
Hex 30 57 72 3A 18 0 37 CD 29 20
Octal 60 127 162 72 30 0 67 315 51 40
Binary 110000 1010111 1110010 111010 11000 0 110111 11001101 101001 100000

Color Harmonies of #305772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305772

Black with #305772

Text Example


Text Example

White with #305772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305772; }

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

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

background-color css

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

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

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

border-color css

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

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

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