#34556A

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

Shades of Chathams Blue #34556A

Tints of Chathams Blue #34556A

Color information

#34556A (or 0x34556A) is unknown color: approx Chathams Blue. HEX triplet: 34, 55 and 6A. RGB value is (52,85,106). Sum of RGB (Red+Green+Blue) = 52+85+106=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 85 (33.59% from 255 or 34.98% 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 #34556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34556A is #CBAA95. Grayscale: #4D4D4D. Windows color (decimal): -13347478 or 6968628. OLE color: 6968628.

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

Color convert

RGB5285106-
CMYK0.510.2000.58
HSL203.33º34.18%30.98%-
HSV(B)203.33º50.94%41.57%-
XYZ7.278.2714.85-
YUV77.53144.07109.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=21.40%
G=34.98%
B=43.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52851060.510.2000.58203.3334.1830.98
Hex34556A331403Acb221f
Octal6412515263240723134237
Binary110100101010111010101100111010001110101100101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,85,106); }

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

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

 a { background-color: rgb(52,85,106); }

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

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

 span { border-color: rgb(52,85,106); }

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