Html Css Color HEX #2229DD Persian Blue

📋 copy color: '#2229DD'

red 34 ◦ green 41 ◦ blue 221

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

Shades of Persian Blue #2229DD

Tints of Persian Blue #2229DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 11.49%
G = 13.85%
B = 74.66%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2229DD (or 0x2229DD) is known color: Persian Blue. HEX triplet: 22, 29 and DD. RGB value is (34,41,221). Sum of RGB (Red+Green+Blue) = 34+41+221=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #2229DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2229DD is #DDD622. Grayscale: #3A3A3A. Windows color (decimal): -14538275 or 14493986. OLE color: 14493986.

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

Color convert

RGB 34 41 221 -
CMYK 0.85 0.81 0 0.13
HSL 237.75º 0.73% 0.5% -
HSV(B) 237.75º 0.85% 0.87% -
XYZ 14.5 7.15 69.02 -
YUV 59.43 219.18 109.86 -
System Red Green Blue C M Y K H S L
Decimal 34 41 221 0.85 0.81 0 0.13 237.75 0.73 0.5
Hex 22 29 DD 55 51 0 D EE 49 32
Octal 42 51 335 125 121 0 15 356 111 62
Binary 100010 101001 11011101 1010101 1010001 0 1101 11101110 1001001 110010

Color Harmonies of #2229DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2229DD

Black with #2229DD

Text Example


Text Example

White with #2229DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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