Html Css Color HEX #215668 Chathams Blue

📋 copy color: '#215668'

red 33 ◦ green 86 ◦ blue 104

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

Shades of Chathams Blue #215668

Tints of Chathams Blue #215668

RGB

 RED value IS 33 (13.28% from 255) = 14.8%

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

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

R = 14.8%
G = 38.57%
B = 46.64%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#215668 (or 0x215668) is known color: Chathams Blue. HEX triplet: 21, 56 and 68. RGB value is (33,86,104). Sum of RGB (Red+Green+Blue) = 33+86+104=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #215668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215668 is #DEA997. Grayscale: #484848. Windows color (decimal): -14592408 or 6837793. OLE color: 6837793.

HSL color Cylindrical-coordinate representation of color #215668: hue angle of 195.21º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215668 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 86 104 -
CMYK 0.68 0.17 0 0.59
HSL 195.21º 0.52% 0.27% -
HSV(B) 195.21º 0.68% 0.41% -
XYZ 6.45 7.98 14.3 -
YUV 72.21 145.94 100.04 -
System Red Green Blue C M Y K H S L
Decimal 33 86 104 0.68 0.17 0 0.59 195.21 0.52 0.27
Hex 21 56 68 44 11 0 3B C3 34 1B
Octal 41 126 150 104 21 0 73 303 64 33
Binary 100001 1010110 1101000 1000100 10001 0 111011 11000011 110100 11011

Color Harmonies of #215668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215668

Black with #215668

Text Example


Text Example

White with #215668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215668; }

 p { color: rgb(33,86,104); }

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

background-color css

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

 a { background-color: rgb(33,86,104); }

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

border-color css

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

 span { border-color: rgb(33,86,104); }

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