Html Css Color HEX #222BE6 Persian Blue

📋 copy color: '#222BE6'

red 34 ◦ green 43 ◦ blue 230

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

Shades of Persian Blue #222BE6

Tints of Persian Blue #222BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 74.92%

R = 11.07%
G = 14.01%
B = 74.92%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#222BE6 (or 0x222BE6) is known color: Persian Blue. HEX triplet: 22, 2B and E6. RGB value is (34,43,230). Sum of RGB (Red+Green+Blue) = 34+43+230=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 230 (90.23% from 255 or 74.92% from 307); Max value from RGB is 230 - color contains mainly: blue. Hex color #222BE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #222BE6 is #DDD419. Grayscale: #3C3C3C. Windows color (decimal): -14537754 or 15084322. OLE color: 15084322.

HSL color Cylindrical-coordinate representation of color #222BE6: hue angle of 237.24º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222BE6 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 34 43 230 -
CMYK 0.85 0.81 0 0.10
HSL 237.24º 0.8% 0.52% -
HSV(B) 237.24º 0.85% 0.9% -
XYZ 15.81 7.78 75.53 -
YUV 61.63 223.02 108.29 -
System Red Green Blue C M Y K H S L
Decimal 34 43 230 0.85 0.81 0 0.10 237.24 0.8 0.52
Hex 22 2B E6 55 51 0 A ED 50 34
Octal 42 53 346 125 121 0 12 355 120 64
Binary 100010 101011 11100110 1010101 1010001 0 1010 11101101 1010000 110100

Color Harmonies of #222BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222BE6

Black with #222BE6

Text Example


Text Example

White with #222BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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