#305770

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

Shades of Chathams Blue #305770

Tints of Chathams Blue #305770

Color information

#305770 (or 0x305770) is unknown color: approx Chathams Blue. HEX triplet: 30, 57 and 70. RGB value is (48,87,112). Sum of RGB (Red+Green+Blue) = 48+87+112=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #305770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305770 is #CFA88F. Grayscale: #4E4E4E. Windows color (decimal): -13609104 or 7362352. OLE color: 7362352.

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

Color convert

RGB4887112-
CMYK0.570.2200.56
HSL203.44º40%31.37%-
HSV(B)203.44º57.14%43.92%-
XYZ7.558.6116.59-
YUV78.19147.08106.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=19.43%
G=35.22%
B=45.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48871120.570.2200.56203.444031.37
Hex3057703916038cb281f
Octal6012716071260703135037
Binary110000101011111100001110011011001110001100101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305770; }

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

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

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

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

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

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

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

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