#305973

Color #305973 Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #305973

Tints of Chathams Blue #305973

Color information

#305973 (or 0x305973) is unknown color: approx Chathams Blue. HEX triplet: 30, 59 and 73. RGB value is (48,89,115). Sum of RGB (Red+Green+Blue) = 48+89+115=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #305973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305973 is #CFA68C. Grayscale: #4F4F4F. Windows color (decimal): -13608589 or 7559472. OLE color: 7559472.

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

Color convert

RGB4889115-
CMYK0.580.2300.55
HSL203.28º41.1%31.96%-
HSV(B)203.28º58.26%45.1%-
XYZ7.899.0117.54-
YUV79.7147.92105.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=19.05%
G=35.32%
B=45.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48891150.580.2300.55203.2841.131.96
Hex3059733A17037cb2920
Octal6013116372270673135140
Binary1100001011001111001111101010111011011111001011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305973; }

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

 H1.HeaderClassName
 {
   color: #305973;
 }
 .AnyTagClassName
 {
   color: #305973;
 }
</style>
background-color css

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

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

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

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

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

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