#34546E

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

Shades of Chathams Blue #34546E

Tints of Chathams Blue #34546E

Color information

#34546E (or 0x34546E) is unknown color: approx Chathams Blue. HEX triplet: 34, 54 and 6E. RGB value is (52,84,110). Sum of RGB (Red+Green+Blue) = 52+84+110=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #34546E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34546E is #CBAB91. Grayscale: #4D4D4D. Windows color (decimal): -13347730 or 7230516. OLE color: 7230516.

HSL color Cylindrical-coordinate representation of color #34546E: hue angle of 206.9º 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 #34546E is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5284110-
CMYK0.530.2400.57
HSL206.9º35.8%31.76%-
HSV(B)206.9º52.73%43.14%-
XYZ7.48.215.94-
YUV77.4146.4109.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=21.14%
G=34.15%
B=44.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52841100.530.2400.57206.935.831.76
Hex34546E3518039cf2420
Octal6412415665300713174440
Binary1101001010100110111011010111000011100111001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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