Html Css Color HEX #2227DD Persian Blue

📋 copy color: '#2227DD'

red 34 ◦ green 39 ◦ blue 221

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

Shades of Persian Blue #2227DD

Tints of Persian Blue #2227DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

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

R = 11.56%
G = 13.27%
B = 75.17%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2227DD (or 0x2227DD) is known color: Persian Blue. HEX triplet: 22, 27 and DD. RGB value is (34,39,221). Sum of RGB (Red+Green+Blue) = 34+39+221=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #2227DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2227DD is #DDD822. Grayscale: #393939. Windows color (decimal): -14538787 or 14493474. OLE color: 14493474.

HSL color Cylindrical-coordinate representation of color #2227DD: hue angle of 238.4º 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 #2227DD is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 39 221 -
CMYK 0.85 0.82 0 0.13
HSL 238.4º 0.73% 0.5% -
HSV(B) 238.4º 0.85% 0.87% -
XYZ 14.44 7.01 69 -
YUV 58.25 219.84 110.7 -
System Red Green Blue C M Y K H S L
Decimal 34 39 221 0.85 0.82 0 0.13 238.4 0.73 0.5
Hex 22 27 DD 55 52 0 D EE 49 32
Octal 42 47 335 125 122 0 15 356 111 62
Binary 100010 100111 11011101 1010101 1010010 0 1101 11101110 1001001 110010

Color Harmonies of #2227DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2227DD

Black with #2227DD

Text Example


Text Example

White with #2227DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2227DD; }

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

 H1.HeaderClassName
 {
   color: #2227DD;
 }
 .AnyTagClassName
 {
   color: #2227DD;
 }
</style>

background-color css

<style>
 a { background-color: #2227DD; }

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

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

border-color css

<style>
 span { border-color: #2227DD; }

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

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