Html Css Color HEX #35546D Chathams Blue

📋 copy color: '#35546D'

red 53 ◦ green 84 ◦ blue 109

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

Shades of Chathams Blue #35546D

Tints of Chathams Blue #35546D

RGB

 RED value IS 53 (21.09% from 255) = 21.54%

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

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

R = 21.54%
G = 34.15%
B = 44.31%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35546D (or 0x35546D) is known color: Chathams Blue. HEX triplet: 35, 54 and 6D. RGB value is (53,84,109). Sum of RGB (Red+Green+Blue) = 53+84+109=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #35546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35546D is #CAAB92. Grayscale: #4D4D4D. Windows color (decimal): -13282195 or 7164981. OLE color: 7164981.

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

Color convert

RGB 53 84 109 -
CMYK 0.51 0.23 0 0.57
HSL 206.79º 0.35% 0.32% -
HSV(B) 206.79º 0.51% 0.43% -
XYZ 7.4 8.2 15.66 -
YUV 77.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 53 84 109 0.51 0.23 0 0.57 206.79 0.35 0.32
Hex 35 54 6D 33 17 0 39 CF 23 20
Octal 65 124 155 63 27 0 71 317 43 40
Binary 110101 1010100 1101101 110011 10111 0 111001 11001111 100011 100000

Color Harmonies of #35546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35546D

Black with #35546D

Text Example


Text Example

White with #35546D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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