Html Css Color HEX #335670 Chathams Blue

📋 copy color: '#335670'

red 51 ◦ green 86 ◦ blue 112

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

Shades of Chathams Blue #335670

Tints of Chathams Blue #335670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.54%

 BLUE value IS 112 (44.14% from 255) = 44.98%

R = 20.48%
G = 34.54%
B = 44.98%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#335670 (or 0x335670) is known color: Chathams Blue. HEX triplet: 33, 56 and 70. RGB value is (51,86,112). Sum of RGB (Red+Green+Blue) = 51+86+112=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #335670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335670 is #CCA98F. Grayscale: #4E4E4E. Windows color (decimal): -13412752 or 7362099. OLE color: 7362099.

HSL color Cylindrical-coordinate representation of color #335670: hue angle of 205.57º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #335670 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 86 112 -
CMYK 0.54 0.23 0 0.56
HSL 205.57º 0.37% 0.32% -
HSV(B) 205.57º 0.54% 0.44% -
XYZ 7.62 8.53 16.57 -
YUV 78.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 51 86 112 0.54 0.23 0 0.56 205.57 0.37 0.32
Hex 33 56 70 36 17 0 38 CE 25 20
Octal 63 126 160 66 27 0 70 316 45 40
Binary 110011 1010110 1110000 110110 10111 0 111000 11001110 100101 100000

Color Harmonies of #335670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335670

Black with #335670

Text Example


Text Example

White with #335670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335670; }

 p { color: rgb(51,86,112); }

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

background-color css

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

 a { background-color: rgb(51,86,112); }

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

border-color css

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

 span { border-color: rgb(51,86,112); }

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