#305974

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

Shades of Chathams Blue #305974

Tints of Chathams Blue #305974

Color information

#305974 (or 0x305974) is unknown color: approx Chathams Blue. HEX triplet: 30, 59 and 74. RGB value is (48,89,116). Sum of RGB (Red+Green+Blue) = 48+89+116=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #305974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305974 is #CFA68B. Grayscale: #4F4F4F. Windows color (decimal): -13608588 or 7625008. OLE color: 7625008.

HSL color Cylindrical-coordinate representation of color #305974: hue angle of 203.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #305974 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4889116-
CMYK0.590.2300.55
HSL203.82º41.46%32.16%-
HSV(B)203.82º58.62%45.49%-
XYZ7.949.0317.85-
YUV79.82148.42105.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 116 (45.70% from 255) = 45.85%
R=18.97%
G=35.18%
B=45.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48891160.590.2300.55203.8241.4632.16
Hex3059743B17037cc2920
Octal6013116473270673145140
Binary1100001011001111010011101110111011011111001100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305974; }

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

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

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

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

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

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

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

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