#34546B

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

Shades of Chathams Blue #34546B

Tints of Chathams Blue #34546B

Color information

#34546B (or 0x34546B) is unknown color: approx Chathams Blue. HEX triplet: 34, 54 and 6B. RGB value is (52,84,107). Sum of RGB (Red+Green+Blue) = 52+84+107=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #34546B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34546B is #CBAB94. Grayscale: #4C4C4C. Windows color (decimal): -13347733 or 7033908. OLE color: 7033908.

HSL color Cylindrical-coordinate representation of color #34546B: hue angle of 205.09º degrees, saturation: 0.35, 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 #34546B is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5284107-
CMYK0.510.2100.58
HSL205.09º34.59%31.18%-
HSV(B)205.09º51.4%41.96%-
XYZ7.248.1315.1-
YUV77.05144.9110.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=21.40%
G=34.57%
B=44.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52841070.510.2100.58205.0934.5931.18
Hex34546B331503Acd231f
Octal6412415363250723154337
Binary110100101010011010111100111010101110101100110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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