Html Css Color HEX #222BE1 Persian Blue

📋 copy color: '#222BE1'

red 34 ◦ green 43 ◦ blue 225

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

Shades of Persian Blue #222BE1

Tints of Persian Blue #222BE1

RGB

 RED value IS 34 (13.67% from 255) = 11.26%

 GREEN value IS 43 (17.19% from 255) = 14.24%

 BLUE value IS 225 (88.28% from 255) = 74.5%

R = 11.26%
G = 14.24%
B = 74.5%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#222BE1 (or 0x222BE1) is known color: Persian Blue. HEX triplet: 22, 2B and E1. RGB value is (34,43,225). Sum of RGB (Red+Green+Blue) = 34+43+225=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 225 (88.28% from 255 or 74.50% from 302); Max value from RGB is 225 - color contains mainly: blue. Hex color #222BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222BE1 is #DDD41E. Grayscale: #3C3C3C. Windows color (decimal): -14537759 or 14756642. OLE color: 14756642.

HSL color Cylindrical-coordinate representation of color #222BE1: hue angle of 237.17º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222BE1 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 34 43 225 -
CMYK 0.85 0.81 0 0.12
HSL 237.17º 0.76% 0.51% -
HSV(B) 237.17º 0.85% 0.88% -
XYZ 15.11 7.5 71.89 -
YUV 61.06 220.52 108.7 -
System Red Green Blue C M Y K H S L
Decimal 34 43 225 0.85 0.81 0 0.12 237.17 0.76 0.51
Hex 22 2B E1 55 51 0 C ED 4C 33
Octal 42 53 341 125 121 0 14 355 114 63
Binary 100010 101011 11100001 1010101 1010001 0 1100 11101101 1001100 110011

Color Harmonies of #222BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222BE1

Black with #222BE1

Text Example


Text Example

White with #222BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222BE1; }

 p { color: rgb(34,43,225); }

 H1.HeaderClassName
 {
   color: #222BE1;
 }
 .AnyTagClassName
 {
   color: #222BE1;
 }
</style>

background-color css

<style>
 a { background-color: #222BE1; }

 a { background-color: rgb(34,43,225); }

 div.DivClassName
 {
   background-color: #222BE1;
 }
 .BgClassName
 {
   background-color: #222BE1;
 }
</style>

border-color css

<style>
 span { border-color: #222BE1; }

 span { border-color: rgb(34,43,225); }

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