#216FBE

Color #216FBE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #216FBE

Tints of Denim #216FBE

Color information

#216FBE (or 0x216FBE) is unknown color: approx Denim. HEX triplet: 21, 6F and BE. RGB value is (33,111,190). Sum of RGB (Red+Green+Blue) = 33+111+190=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #216FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216FBE is #DE9041. Grayscale: #606060. Windows color (decimal): -14585922 or 12480289. OLE color: 12480289.

HSL color Cylindrical-coordinate representation of color #216FBE: hue angle of 210.19º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #216FBE is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB33111190-
CMYK0.830.4200.25
HSL210.19º70.4%43.73%-
HSV(B)210.19º82.63%74.51%-
XYZ15.6115.4150.87-
YUV96.68180.6682.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.88%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 190 (74.61% from 255) = 56.89%
R=9.88%
G=33.23%
B=56.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331111900.830.4200.25210.1970.443.73
Hex216FBE532A019d2462c
Octal411572761235203132210654
Binary1000011101111101111101010011101010011001110100101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,111,190); }

 H1.HeaderClassName
 {
   color: #216FBE;
 }
 .AnyTagClassName
 {
   color: #216FBE;
 }
</style>
background-color css

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

 a { background-color: rgb(33,111,190); }

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

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

 span { border-color: rgb(33,111,190); }

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