Html Css Color HEX #222BEE Persian Blue

📋 copy color: '#222BEE'

red 34 ◦ green 43 ◦ blue 238

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

Shades of Persian Blue #222BEE

Tints of Persian Blue #222BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 75.56%

R = 10.79%
G = 13.65%
B = 75.56%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#222BEE (or 0x222BEE) is known color: Persian Blue. HEX triplet: 22, 2B and EE. RGB value is (34,43,238). Sum of RGB (Red+Green+Blue) = 34+43+238=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #222BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222BEE is #DDD411. Grayscale: #3D3D3D. Windows color (decimal): -14537746 or 15608610. OLE color: 15608610.

HSL color Cylindrical-coordinate representation of color #222BEE: hue angle of 237.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222BEE is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 43 238 -
CMYK 0.86 0.82 0 0.07
HSL 237.35º 0.86% 0.53% -
HSV(B) 237.35º 0.86% 0.93% -
XYZ 16.96 8.24 81.59 -
YUV 62.54 227.02 107.64 -
System Red Green Blue C M Y K H S L
Decimal 34 43 238 0.86 0.82 0 0.07 237.35 0.86 0.53
Hex 22 2B EE 56 52 0 7 ED 56 35
Octal 42 53 356 126 122 0 7 355 126 65
Binary 100010 101011 11101110 1010110 1010010 0 111 11101101 1010110 110101

Color Harmonies of #222BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222BEE

Black with #222BEE

Text Example


Text Example

White with #222BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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