Html Css Color HEX #305970 Chathams Blue

📋 copy color: '#305970'

red 48 ◦ green 89 ◦ blue 112

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

Shades of Chathams Blue #305970

Tints of Chathams Blue #305970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.98%

R = 19.28%
G = 35.74%
B = 44.98%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#305970 (or 0x305970) is known color: Chathams Blue. HEX triplet: 30, 59 and 70. RGB value is (48,89,112). Sum of RGB (Red+Green+Blue) = 48+89+112=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #305970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305970 is #CFA68F. Grayscale: #4F4F4F. Windows color (decimal): -13608592 or 7362864. OLE color: 7362864.

HSL color Cylindrical-coordinate representation of color #305970: hue angle of 201.56º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #305970 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 89 112 -
CMYK 0.57 0.21 0 0.56
HSL 201.56º 0.4% 0.31% -
HSV(B) 201.56º 0.57% 0.44% -
XYZ 7.72 8.94 16.65 -
YUV 79.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 48 89 112 0.57 0.21 0 0.56 201.56 0.4 0.31
Hex 30 59 70 39 15 0 38 CA 28 1F
Octal 60 131 160 71 25 0 70 312 50 37
Binary 110000 1011001 1110000 111001 10101 0 111000 11001010 101000 11111

Color Harmonies of #305970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305970

Black with #305970

Text Example


Text Example

White with #305970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305970; }

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

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

background-color css

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

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

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

border-color css

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

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

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