Html Css Color HEX #335468 Chathams Blue

📋 copy color: '#335468'

red 51 ◦ green 84 ◦ blue 104

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

Shades of Chathams Blue #335468

Tints of Chathams Blue #335468

RGB

 RED value IS 51 (20.31% from 255) = 21.34%

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

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 21.34%
G = 35.15%
B = 43.51%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#335468 (or 0x335468) is known color: Chathams Blue. HEX triplet: 33, 54 and 68. RGB value is (51,84,104). Sum of RGB (Red+Green+Blue) = 51+84+104=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #335468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335468 is #CCAB97. Grayscale: #4C4C4C. Windows color (decimal): -13413272 or 6837299. OLE color: 6837299.

HSL color Cylindrical-coordinate representation of color #335468: hue angle of 202.64º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #335468 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 84 104 -
CMYK 0.51 0.19 0 0.59
HSL 202.64º 0.34% 0.3% -
HSV(B) 202.64º 0.51% 0.41% -
XYZ 7.03 8.04 14.28 -
YUV 76.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 51 84 104 0.51 0.19 0 0.59 202.64 0.34 0.3
Hex 33 54 68 33 13 0 3B CB 22 1E
Octal 63 124 150 63 23 0 73 313 42 36
Binary 110011 1010100 1101000 110011 10011 0 111011 11001011 100010 11110

Color Harmonies of #335468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335468

Black with #335468

Text Example


Text Example

White with #335468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335468; }

 p { color: rgb(51,84,104); }

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

background-color css

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

 a { background-color: rgb(51,84,104); }

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

border-color css

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

 span { border-color: rgb(51,84,104); }

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