Html Css Color HEX #215AAA Denim

📋 copy color: '#215AAA'

red 33 ◦ green 90 ◦ blue 170

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

Shades of Denim #215AAA

Tints of Denim #215AAA

RGB

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

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

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

R = 11.26%
G = 30.72%
B = 58.02%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#215AAA (or 0x215AAA) is known color: Denim. HEX triplet: 21, 5A and AA. RGB value is (33,90,170). Sum of RGB (Red+Green+Blue) = 33+90+170=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #215AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215AAA is #DEA555. Grayscale: #515151. Windows color (decimal): -14591318 or 11164193. OLE color: 11164193.

HSL color Cylindrical-coordinate representation of color #215AAA: hue angle of 215.04º 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 #215AAA is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 90 170 -
CMYK 0.81 0.47 0 0.33
HSL 215.04º 0.67% 0.4% -
HSV(B) 215.04º 0.81% 0.67% -
XYZ 11.54 10.54 39.46 -
YUV 82.08 177.62 93 -
System Red Green Blue C M Y K H S L
Decimal 33 90 170 0.81 0.47 0 0.33 215.04 0.67 0.4
Hex 21 5A AA 51 2F 0 21 D7 43 28
Octal 41 132 252 121 57 0 41 327 103 50
Binary 100001 1011010 10101010 1010001 101111 0 100001 11010111 1000011 101000

Color Harmonies of #215AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215AAA

Black with #215AAA

Text Example


Text Example

White with #215AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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