#305570

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

Shades of Chathams Blue #305570

Tints of Chathams Blue #305570

Color information

#305570 (or 0x305570) is unknown color: approx Chathams Blue. HEX triplet: 30, 55 and 70. RGB value is (48,85,112). Sum of RGB (Red+Green+Blue) = 48+85+112=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #305570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305570 is #CFAA8F. Grayscale: #4C4C4C. Windows color (decimal): -13609616 or 7361840. OLE color: 7361840.

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

Color convert

RGB4885112-
CMYK0.570.2400.56
HSL205.31º40%31.37%-
HSV(B)205.31º57.14%43.92%-
XYZ7.398.316.54-
YUV77.02147.74107.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=19.59%
G=34.69%
B=45.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48851120.570.2400.56205.314031.37
Hex3055703918038cd281f
Octal6012516071300703155037
Binary110000101010111100001110011100001110001100110110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305570; }

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

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

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

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

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

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

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

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