Html Css Color HEX #2215BE Persian Blue

📋 copy color: '#2215BE'

red 34 ◦ green 21 ◦ blue 190

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

Shades of Persian Blue #2215BE

Tints of Persian Blue #2215BE

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 value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2215BE (or 0x2215BE) is known color: 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

RGB 34 21 190 -
CMYK 0.82 0.89 0 0.25
HSL 244.62º 0.8% 0.41% -
HSV(B) 244.62º 0.89% 0.75% -
XYZ 10.22 4.59 49.06 -
YUV 44.15 210.31 120.76 -
System Red Green Blue C M Y K H S L
Decimal 34 21 190 0.82 0.89 0 0.25 244.62 0.8 0.41
Hex 22 15 BE 52 59 0 19 F5 50 29
Octal 42 25 276 122 131 0 31 365 120 51
Binary 100010 10101 10111110 1010010 1011001 0 11001 11110101 1010000 101001

Color Harmonies of #2215BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2215BE

Black with #2215BE

Text Example


Text Example

White with #2215BE

Text Example


Text Example

HTML Codes & Css Web 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>