#35546A

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

Shades of Chathams Blue #35546A

Tints of Chathams Blue #35546A

Color information

#35546A (or 0x35546A) is unknown color: approx Chathams Blue. HEX triplet: 35, 54 and 6A. RGB value is (53,84,106). Sum of RGB (Red+Green+Blue) = 53+84+106=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #35546A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35546A is #CAAB95. Grayscale: #4D4D4D. Windows color (decimal): -13282198 or 6968373. OLE color: 6968373.

HSL color Cylindrical-coordinate representation of color #35546A: hue angle of 204.91º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35546A is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5384106-
CMYK0.50.2100.58
HSL204.91º33.33%31.18%-
HSV(B)204.91º50%41.57%-
XYZ7.248.1414.82-
YUV77.24144.23110.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=21.81%
G=34.57%
B=43.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53841060.50.2100.58204.9133.3331.18
Hex35546A321503Acd211f
Octal6512415262250723154137
Binary110101101010011010101100101010101110101100110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35546A; }

 p { color: rgb(53,84,106); }

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

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

 a { background-color: rgb(53,84,106); }

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

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

 span { border-color: rgb(53,84,106); }

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