#305971

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

Shades of Chathams Blue #305971

Tints of Chathams Blue #305971

Color information

#305971 (or 0x305971) is unknown color: approx Chathams Blue. HEX triplet: 30, 59 and 71. RGB value is (48,89,113). Sum of RGB (Red+Green+Blue) = 48+89+113=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #305971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305971 is #CFA68E. Grayscale: #4F4F4F. Windows color (decimal): -13608591 or 7428400. OLE color: 7428400.

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

Color convert

RGB4889113-
CMYK0.580.2100.56
HSL202.15º40.37%31.57%-
HSV(B)202.15º57.52%44.31%-
XYZ7.778.9716.94-
YUV79.48146.92105.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=19.2%
G=35.6%
B=45.2%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48891130.580.2100.56202.1540.3731.57
Hex3059713A15038ca2820
Octal6013116172250703125040
Binary1100001011001111000111101010101011100011001010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305971; }

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

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

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

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

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

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

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

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