Html Css Color HEX #215C69 Chathams Blue

📋 copy color: '#215C69'

red 33 ◦ green 92 ◦ blue 105

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

Shades of Chathams Blue #215C69

Tints of Chathams Blue #215C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40%

 BLUE value IS 105 (41.41% from 255) = 45.65%

R = 14.35%
G = 40%
B = 45.65%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#215C69 (or 0x215C69) is known color: Chathams Blue. HEX triplet: 21, 5C and 69. RGB value is (33,92,105). Sum of RGB (Red+Green+Blue) = 33+92+105=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #215C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C69 is #DEA396. Grayscale: #4B4B4B. Windows color (decimal): -14590871 or 6904865. OLE color: 6904865.

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

Color convert

RGB 33 92 105 -
CMYK 0.69 0.12 0 0.59
HSL 190.83º 0.52% 0.27% -
HSV(B) 190.83º 0.69% 0.41% -
XYZ 7 9 14.73 -
YUV 75.84 144.45 97.44 -
System Red Green Blue C M Y K H S L
Decimal 33 92 105 0.69 0.12 0 0.59 190.83 0.52 0.27
Hex 21 5C 69 45 C 0 3B BF 34 1B
Octal 41 134 151 105 14 0 73 277 64 33
Binary 100001 1011100 1101001 1000101 1100 0 111011 10111111 110100 11011

Color Harmonies of #215C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C69

Black with #215C69

Text Example


Text Example

White with #215C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215C69; }

 p { color: rgb(33,92,105); }

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

background-color css

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

 a { background-color: rgb(33,92,105); }

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

border-color css

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

 span { border-color: rgb(33,92,105); }

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