Html Css Color HEX #215CAA Denim

📋 copy color: '#215CAA'

red 33 ◦ green 92 ◦ blue 170

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

Shades of Denim #215CAA

Tints of Denim #215CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 11.19%
G = 31.19%
B = 57.63%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#215CAA (or 0x215CAA) is known color: Denim. HEX triplet: 21, 5C and AA. RGB value is (33,92,170). Sum of RGB (Red+Green+Blue) = 33+92+170=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #215CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215CAA is #DEA355. Grayscale: #525252. Windows color (decimal): -14590806 or 11164705. OLE color: 11164705.

HSL color Cylindrical-coordinate representation of color #215CAA: hue angle of 214.16º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215CAA is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 92 170 -
CMYK 0.81 0.46 0 0.33
HSL 214.16º 0.67% 0.4% -
HSV(B) 214.16º 0.81% 0.67% -
XYZ 11.71 10.88 39.51 -
YUV 83.25 176.95 92.16 -
System Red Green Blue C M Y K H S L
Decimal 33 92 170 0.81 0.46 0 0.33 214.16 0.67 0.4
Hex 21 5C AA 51 2E 0 21 D6 43 28
Octal 41 134 252 121 56 0 41 326 103 50
Binary 100001 1011100 10101010 1010001 101110 0 100001 11010110 1000011 101000

Color Harmonies of #215CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CAA

Black with #215CAA

Text Example


Text Example

White with #215CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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