Html Css Color HEX #34546D Chathams Blue

📋 copy color: '#34546D'

red 52 ◦ green 84 ◦ blue 109

#34546D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #34546D

Tints of Chathams Blue #34546D

RGB

 RED value IS 52 (20.7% from 255) = 21.22%

 GREEN value IS 84 (33.2% from 255) = 34.29%

 BLUE value IS 109 (42.97% from 255) = 44.49%

R = 21.22%
G = 34.29%
B = 44.49%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34546D (or 0x34546D) is known color: Chathams Blue. HEX triplet: 34, 54 and 6D. RGB value is (52,84,109). Sum of RGB (Red+Green+Blue) = 52+84+109=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #34546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34546D is #CBAB92. Grayscale: #4D4D4D. Windows color (decimal): -13347731 or 7164980. OLE color: 7164980.

HSL color Cylindrical-coordinate representation of color #34546D: hue angle of 206.32º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34546D is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 84 109 -
CMYK 0.52 0.23 0 0.57
HSL 206.32º 0.35% 0.32% -
HSV(B) 206.32º 0.52% 0.43% -
XYZ 7.35 8.17 15.66 -
YUV 77.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 52 84 109 0.52 0.23 0 0.57 206.32 0.35 0.32
Hex 34 54 6D 34 17 0 39 CE 23 20
Octal 64 124 155 64 27 0 71 316 43 40
Binary 110100 1010100 1101101 110100 10111 0 111001 11001110 100011 100000

Color Harmonies of #34546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34546D

Black with #34546D

Text Example


Text Example

White with #34546D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34546D;
 }
 .AnyTagClassName
 {
   color: #34546D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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