#2215BE

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

Shades of Persian Blue #2215BE

Tints of Persian Blue #2215BE

Color information

#2215BE (or 0x2215BE) is unknown color: approx Persian Blue. HEX triplet: 22, 15 and BE. RGB value is (34,21,190). Sum of RGB (Red+Green+Blue) = 34+21+190=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 190 (74.61% from 255 or 77.55% from 245); Max value from RGB is 190 - color contains mainly: blue. Hex color #2215BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2215BE is #DDEA41. Grayscale: #2B2B2B. Windows color (decimal): -14543426 or 12457250. OLE color: 12457250.

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

Color convert

RGB3421190-
CMYK0.820.8900.25
HSL244.62º80.09%41.37%-
HSV(B)244.62º88.95%74.51%-
XYZ10.224.5949.06-
YUV44.15210.31120.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.88%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 190 (74.61% from 255) = 77.55%
R=13.88%
G=8.57%
B=77.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34211900.820.8900.25244.6280.0941.37
Hex2215BE5259019f55029
Octal422527612213103136512051
Binary100010101011011111010100101011001011001111101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2215BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2215BE; }

 p { color: rgb(34,21,190); }

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

<style>
 a { background-color: #2215BE; }

 a { background-color: rgb(34,21,190); }

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

<style>
 span { border-color: #2215BE; }

 span { border-color: rgb(34,21,190); }

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