Html Css Color HEX #222BE4 Persian Blue

📋 copy color: '#222BE4'

red 34 ◦ green 43 ◦ blue 228

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

Shades of Persian Blue #222BE4

Tints of Persian Blue #222BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 74.75%

R = 11.15%
G = 14.1%
B = 74.75%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#222BE4 (or 0x222BE4) is known color: Persian Blue. HEX triplet: 22, 2B and E4. RGB value is (34,43,228). Sum of RGB (Red+Green+Blue) = 34+43+228=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 228 (89.45% from 255 or 74.75% from 305); Max value from RGB is 228 - color contains mainly: blue. Hex color #222BE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222BE4 is #DDD41B. Grayscale: #3C3C3C. Windows color (decimal): -14537756 or 14953250. OLE color: 14953250.

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

Color convert

RGB 34 43 228 -
CMYK 0.85 0.81 0 0.11
HSL 237.22º 0.78% 0.51% -
HSV(B) 237.22º 0.85% 0.89% -
XYZ 15.53 7.67 74.06 -
YUV 61.4 222.02 108.46 -
System Red Green Blue C M Y K H S L
Decimal 34 43 228 0.85 0.81 0 0.11 237.22 0.78 0.51
Hex 22 2B E4 55 51 0 B ED 4E 33
Octal 42 53 344 125 121 0 13 355 116 63
Binary 100010 101011 11100100 1010101 1010001 0 1011 11101101 1001110 110011

Color Harmonies of #222BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222BE4

Black with #222BE4

Text Example


Text Example

White with #222BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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