Html Css Color HEX #222EDC Persian Blue

📋 copy color: '#222EDC'

red 34 ◦ green 46 ◦ blue 220

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

Shades of Persian Blue #222EDC

Tints of Persian Blue #222EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.33%

R = 11.33%
G = 15.33%
B = 73.33%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#222EDC (or 0x222EDC) is known color: Persian Blue. HEX triplet: 22, 2E and DC. RGB value is (34,46,220). Sum of RGB (Red+Green+Blue) = 34+46+220=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #222EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222EDC is #DDD123. Grayscale: #3D3D3D. Windows color (decimal): -14536996 or 14429730. OLE color: 14429730.

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

Color convert

RGB 34 46 220 -
CMYK 0.85 0.79 0 0.14
HSL 236.13º 0.73% 0.5% -
HSV(B) 236.13º 0.85% 0.86% -
XYZ 14.55 7.46 68.38 -
YUV 62.25 217.02 107.85 -
System Red Green Blue C M Y K H S L
Decimal 34 46 220 0.85 0.79 0 0.14 236.13 0.73 0.5
Hex 22 2E DC 55 4F 0 E EC 49 32
Octal 42 56 334 125 117 0 16 354 111 62
Binary 100010 101110 11011100 1010101 1001111 0 1110 11101100 1001001 110010

Color Harmonies of #222EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222EDC

Black with #222EDC

Text Example


Text Example

White with #222EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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