#35556E

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

Shades of Chathams Blue #35556E

Tints of Chathams Blue #35556E

Color information

#35556E (or 0x35556E) is unknown color: approx Chathams Blue. HEX triplet: 35, 55 and 6E. RGB value is (53,85,110). Sum of RGB (Red+Green+Blue) = 53+85+110=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #35556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35556E is #CAAA91. Grayscale: #4E4E4E. Windows color (decimal): -13281938 or 7230773. OLE color: 7230773.

HSL color Cylindrical-coordinate representation of color #35556E: hue angle of 206.32º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35556E is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5385110-
CMYK0.520.2300.57
HSL206.32º34.97%31.96%-
HSV(B)206.32º51.82%43.14%-
XYZ7.538.3815.97-
YUV78.28145.9109.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=21.37%
G=34.27%
B=44.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53851100.520.2300.57206.3234.9731.96
Hex35556E3417039ce2320
Octal6512515664270713164340
Binary1101011010101110111011010010111011100111001110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35556E; }

 p { color: rgb(53,85,110); }

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

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

 a { background-color: rgb(53,85,110); }

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

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

 span { border-color: rgb(53,85,110); }

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