Html Css Color HEX #215A6A Chathams Blue

📋 copy color: '#215A6A'

red 33 ◦ green 90 ◦ blue 106

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

Shades of Chathams Blue #215A6A

Tints of Chathams Blue #215A6A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.3%

 BLUE value IS 106 (41.8% from 255) = 46.29%

R = 14.41%
G = 39.3%
B = 46.29%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#215A6A (or 0x215A6A) is known color: Chathams Blue. HEX triplet: 21, 5A and 6A. RGB value is (33,90,106). Sum of RGB (Red+Green+Blue) = 33+90+106=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #215A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A6A is #DEA595. Grayscale: #4A4A4A. Windows color (decimal): -14591382 or 6969889. OLE color: 6969889.

HSL color Cylindrical-coordinate representation of color #215A6A: hue angle of 193.15º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #215A6A is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 90 106 -
CMYK 0.69 0.15 0 0.58
HSL 193.15º 0.53% 0.27% -
HSV(B) 193.15º 0.69% 0.42% -
XYZ 6.88 8.68 14.95 -
YUV 74.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 33 90 106 0.69 0.15 0 0.58 193.15 0.53 0.27
Hex 21 5A 6A 45 F 0 3A C1 35 1B
Octal 41 132 152 105 17 0 72 301 65 33
Binary 100001 1011010 1101010 1000101 1111 0 111010 11000001 110101 11011

Color Harmonies of #215A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A6A

Black with #215A6A

Text Example


Text Example

White with #215A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,90,106); }

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

background-color css

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

 a { background-color: rgb(33,90,106); }

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

border-color css

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

 span { border-color: rgb(33,90,106); }

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