Html Css Color HEX #222BDB Persian Blue

📋 copy color: '#222BDB'

red 34 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #222BDB

Tints of Persian Blue #222BDB

RGB

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

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

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

R = 11.49%
G = 14.53%
B = 73.99%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#222BDB (or 0x222BDB) is known color: Persian Blue. HEX triplet: 22, 2B and DB. RGB value is (34,43,219). Sum of RGB (Red+Green+Blue) = 34+43+219=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #222BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222BDB is #DDD424. Grayscale: #3B3B3B. Windows color (decimal): -14537765 or 14363426. OLE color: 14363426.

HSL color Cylindrical-coordinate representation of color #222BDB: hue angle of 237.08º 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 #222BDB is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 43 219 -
CMYK 0.84 0.80 0 0.14
HSL 237.08º 0.73% 0.5% -
HSV(B) 237.08º 0.84% 0.86% -
XYZ 14.31 7.18 67.65 -
YUV 60.37 217.52 109.19 -
System Red Green Blue C M Y K H S L
Decimal 34 43 219 0.84 0.80 0 0.14 237.08 0.73 0.5
Hex 22 2B DB 54 50 0 E ED 49 32
Octal 42 53 333 124 120 0 16 355 111 62
Binary 100010 101011 11011011 1010100 1010000 0 1110 11101101 1001001 110010

Color Harmonies of #222BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222BDB

Black with #222BDB

Text Example


Text Example

White with #222BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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