Html Css Color HEX #215968 Chathams Blue

📋 copy color: '#215968'

red 33 ◦ green 89 ◦ blue 104

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

Shades of Chathams Blue #215968

Tints of Chathams Blue #215968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.38%

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

R = 14.6%
G = 39.38%
B = 46.02%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#215968 (or 0x215968) is known color: Chathams Blue. HEX triplet: 21, 59 and 68. RGB value is (33,89,104). Sum of RGB (Red+Green+Blue) = 33+89+104=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #215968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215968 is #DEA697. Grayscale: #494949. Windows color (decimal): -14591640 or 6838561. OLE color: 6838561.

HSL color Cylindrical-coordinate representation of color #215968: hue angle of 192.68º 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 #215968 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 89 104 -
CMYK 0.68 0.14 0 0.59
HSL 192.68º 0.52% 0.27% -
HSV(B) 192.68º 0.68% 0.41% -
XYZ 6.7 8.47 14.38 -
YUV 73.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 33 89 104 0.68 0.14 0 0.59 192.68 0.52 0.27
Hex 21 59 68 44 E 0 3B C1 34 1B
Octal 41 131 150 104 16 0 73 301 64 33
Binary 100001 1011001 1101000 1000100 1110 0 111011 11000001 110100 11011

Color Harmonies of #215968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215968

Black with #215968

Text Example


Text Example

White with #215968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215968; }

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

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

background-color css

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

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

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

border-color css

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

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

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