Html Css Color HEX #222EDB Persian Blue

📋 copy color: '#222EDB'

red 34 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #222EDB

Tints of Persian Blue #222EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.38%

 BLUE value IS 219 (85.94% from 255) = 73.24%

R = 11.37%
G = 15.38%
B = 73.24%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#222EDB (or 0x222EDB) is known color: Persian Blue. HEX triplet: 22, 2E and DB. RGB value is (34,46,219). Sum of RGB (Red+Green+Blue) = 34+46+219=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #222EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222EDB is #DDD124. Grayscale: #3D3D3D. Windows color (decimal): -14536997 or 14364194. OLE color: 14364194.

HSL color Cylindrical-coordinate representation of color #222EDB: hue angle of 236.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222EDB is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 46 219 -
CMYK 0.84 0.79 0 0.14
HSL 236.11º 0.73% 0.5% -
HSV(B) 236.11º 0.84% 0.86% -
XYZ 14.42 7.41 67.69 -
YUV 62.13 216.52 107.93 -
System Red Green Blue C M Y K H S L
Decimal 34 46 219 0.84 0.79 0 0.14 236.11 0.73 0.5
Hex 22 2E DB 54 4F 0 E EC 49 32
Octal 42 56 333 124 117 0 16 354 111 62
Binary 100010 101110 11011011 1010100 1001111 0 1110 11101100 1001001 110010

Color Harmonies of #222EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222EDB

Black with #222EDB

Text Example


Text Example

White with #222EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,46,219); }

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

background-color css

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

 a { background-color: rgb(34,46,219); }

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

border-color css

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

 span { border-color: rgb(34,46,219); }

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