#215CBA

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

Shades of Denim #215CBA

Tints of Denim #215CBA

Color information

#215CBA (or 0x215CBA) is unknown color: approx Denim. HEX triplet: 21, 5C and BA. RGB value is (33,92,186). Sum of RGB (Red+Green+Blue) = 33+92+186=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #215CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CBA is #DEA345. Grayscale: #545454. Windows color (decimal): -14590790 or 12213281. OLE color: 12213281.

HSL color Cylindrical-coordinate representation of color #215CBA: hue angle of 216.86º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215CBA is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3392186-
CMYK0.820.5100.27
HSL216.86º69.86%42.94%-
HSV(B)216.86º82.26%72.94%-
XYZ13.3211.5247.98-
YUV85.07184.9590.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 186 (73.05% from 255) = 59.81%
R=10.61%
G=29.58%
B=59.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33921860.820.5100.27216.8669.8642.94
Hex215CBA523301Bd9462b
Octal411342721226303333110653
Binary1000011011100101110101010010110011011011110110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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