#34566E

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

Shades of Chathams Blue #34566E

Tints of Chathams Blue #34566E

Color information

#34566E (or 0x34566E) is unknown color: approx Chathams Blue. HEX triplet: 34, 56 and 6E. RGB value is (52,86,110). Sum of RGB (Red+Green+Blue) = 52+86+110=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 86 (33.98% from 255 or 34.68% 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 #34566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34566E is #CBA991. Grayscale: #4E4E4E. Windows color (decimal): -13347218 or 7231028. OLE color: 7231028.

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

Color convert

RGB5286110-
CMYK0.530.2200.57
HSL204.83º35.8%31.76%-
HSV(B)204.83º52.73%43.14%-
XYZ7.568.5116-
YUV78.57145.74109.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=20.97%
G=34.68%
B=44.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52861100.530.2200.57204.8335.831.76
Hex34566E3516039cd2420
Octal6412615665260713154440
Binary1101001010110110111011010110110011100111001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,86,110); }

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

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

 a { background-color: rgb(52,86,110); }

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

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

 span { border-color: rgb(52,86,110); }

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