Html Css Color HEX #222CDD Persian Blue

📋 copy color: '#222CDD'

red 34 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #222CDD

Tints of Persian Blue #222CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.72%

 BLUE value IS 221 (86.72% from 255) = 73.91%

R = 11.37%
G = 14.72%
B = 73.91%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#222CDD (or 0x222CDD) is known color: Persian Blue. HEX triplet: 22, 2C and DD. RGB value is (34,44,221). Sum of RGB (Red+Green+Blue) = 34+44+221=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #222CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222CDD is #DDD322. Grayscale: #3C3C3C. Windows color (decimal): -14537507 or 14494754. OLE color: 14494754.

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

Color convert

RGB 34 44 221 -
CMYK 0.85 0.80 0 0.13
HSL 236.79º 0.73% 0.5% -
HSV(B) 236.79º 0.85% 0.87% -
XYZ 14.61 7.36 69.06 -
YUV 61.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 34 44 221 0.85 0.80 0 0.13 236.79 0.73 0.5
Hex 22 2C DD 55 50 0 D ED 49 32
Octal 42 54 335 125 120 0 15 355 111 62
Binary 100010 101100 11011101 1010101 1010000 0 1101 11101101 1001001 110010

Color Harmonies of #222CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222CDD

Black with #222CDD

Text Example


Text Example

White with #222CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,44,221); }

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

background-color css

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

 a { background-color: rgb(34,44,221); }

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

border-color css

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

 span { border-color: rgb(34,44,221); }

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