Html Css Color HEX #2229D1 Persian Blue

📋 copy color: '#2229D1'

red 34 ◦ green 41 ◦ blue 209

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

Shades of Persian Blue #2229D1

Tints of Persian Blue #2229D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 73.59%

R = 11.97%
G = 14.44%
B = 73.59%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2229D1 (or 0x2229D1) is known color: Persian Blue. HEX triplet: 22, 29 and D1. RGB value is (34,41,209). Sum of RGB (Red+Green+Blue) = 34+41+209=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 209 (82.03% from 255 or 73.59% from 284); Max value from RGB is 209 - color contains mainly: blue. Hex color #2229D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2229D1 is #DDD62E. Grayscale: #393939. Windows color (decimal): -14538287 or 13707554. OLE color: 13707554.

HSL color Cylindrical-coordinate representation of color #2229D1: hue angle of 237.6º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2229D1 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 41 209 -
CMYK 0.84 0.80 0 0.18
HSL 237.6º 0.72% 0.48% -
HSV(B) 237.6º 0.84% 0.82% -
XYZ 12.96 6.53 60.9 -
YUV 58.06 213.18 110.84 -
System Red Green Blue C M Y K H S L
Decimal 34 41 209 0.84 0.80 0 0.18 237.6 0.72 0.48
Hex 22 29 D1 54 50 0 12 EE 48 30
Octal 42 51 321 124 120 0 22 356 110 60
Binary 100010 101001 11010001 1010100 1010000 0 10010 11101110 1001000 110000

Color Harmonies of #2229D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2229D1

Black with #2229D1

Text Example


Text Example

White with #2229D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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