Html Css Color HEX #216AB2 Denim

📋 copy color: '#216AB2'

red 33 ◦ green 106 ◦ blue 178

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

Shades of Denim #216AB2

Tints of Denim #216AB2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.44%

 BLUE value IS 178 (69.92% from 255) = 56.15%

R = 10.41%
G = 33.44%
B = 56.15%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#216AB2 (or 0x216AB2) is known color: Denim. HEX triplet: 21, 6A and B2. RGB value is (33,106,178). Sum of RGB (Red+Green+Blue) = 33+106+178=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 178 (69.92% from 255 or 56.15% from 317); Max value from RGB is 178 - color contains mainly: blue. Hex color #216AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216AB2 is #DE954D. Grayscale: #5C5C5C. Windows color (decimal): -14587214 or 11692577. OLE color: 11692577.

HSL color Cylindrical-coordinate representation of color #216AB2: hue angle of 209.79º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #216AB2 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 106 178 -
CMYK 0.81 0.40 0 0.30
HSL 209.79º 0.69% 0.41% -
HSV(B) 209.79º 0.81% 0.7% -
XYZ 13.82 13.85 44.06 -
YUV 92.38 176.32 85.65 -
System Red Green Blue C M Y K H S L
Decimal 33 106 178 0.81 0.40 0 0.30 209.79 0.69 0.41
Hex 21 6A B2 51 28 0 1E D2 45 29
Octal 41 152 262 121 50 0 36 322 105 51
Binary 100001 1101010 10110010 1010001 101000 0 11110 11010010 1000101 101001

Color Harmonies of #216AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216AB2

Black with #216AB2

Text Example


Text Example

White with #216AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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