#305871

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

Shades of Chathams Blue #305871

Tints of Chathams Blue #305871

Color information

#305871 (or 0x305871) is unknown color: approx Chathams Blue. HEX triplet: 30, 58 and 71. RGB value is (48,88,113). Sum of RGB (Red+Green+Blue) = 48+88+113=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #305871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305871 is #CFA78E. Grayscale: #4E4E4E. Windows color (decimal): -13608847 or 7428144. OLE color: 7428144.

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

Color convert

RGB4888113-
CMYK0.580.2200.56
HSL203.08º40.37%31.57%-
HSV(B)203.08º57.52%44.31%-
XYZ7.698.816.92-
YUV78.89147.25105.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=19.28%
G=35.34%
B=45.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48881130.580.2200.56203.0840.3731.57
Hex3058713A16038cb2820
Octal6013016172260703135040
Binary1100001011000111000111101010110011100011001011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305871; }

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

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

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

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

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

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

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

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