#2115BB

Color #2115BB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2115BB

Tints of Persian Blue #2115BB

Color information

#2115BB (or 0x2115BB) is unknown color: approx Persian Blue. HEX triplet: 21, 15 and BB. RGB value is (33,21,187). Sum of RGB (Red+Green+Blue) = 33+21+187=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #2115BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2115BB is #DEEA44. Grayscale: #2A2A2A. Windows color (decimal): -14608965 or 12260641. OLE color: 12260641.

HSL color Cylindrical-coordinate representation of color #2115BB: hue angle of 244.34º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2115BB is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3321187-
CMYK0.820.8900.27
HSL244.34º79.81%40.78%-
HSV(B)244.34º88.77%73.33%-
XYZ9.874.4547.35-
YUV43.51208.98120.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 187 (73.44% from 255) = 77.59%
R=13.69%
G=8.71%
B=77.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33211870.820.8900.27244.3479.8140.78
Hex2115BB525901Bf45029
Octal412527312213103336412051
Binary100001101011011101110100101011001011011111101001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2115BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2115BB; }

 p { color: rgb(33,21,187); }

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

<style>
 a { background-color: #2115BB; }

 a { background-color: rgb(33,21,187); }

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

<style>
 span { border-color: #2115BB; }

 span { border-color: rgb(33,21,187); }

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