Html Css Color HEX #2229B3 Persian Blue

📋 copy color: '#2229B3'

red 34 ◦ green 41 ◦ blue 179

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

Shades of Persian Blue #2229B3

Tints of Persian Blue #2229B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 70.47%

R = 13.39%
G = 16.14%
B = 70.47%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2229B3 (or 0x2229B3) is known color: Persian Blue. HEX triplet: 22, 29 and B3. RGB value is (34,41,179). Sum of RGB (Red+Green+Blue) = 34+41+179=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 179 (70.31% from 255 or 70.47% from 254); Max value from RGB is 179 - color contains mainly: blue. Hex color #2229B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2229B3 is #DDD64C. Grayscale: #363636. Windows color (decimal): -14538317 or 11741474. OLE color: 11741474.

HSL color Cylindrical-coordinate representation of color #2229B3: hue angle of 237.1º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2229B3 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 34 41 179 -
CMYK 0.81 0.77 0 0.30
HSL 237.1º 0.68% 0.42% -
HSV(B) 237.1º 0.81% 0.7% -
XYZ 9.59 5.18 43.14 -
YUV 54.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 34 41 179 0.81 0.77 0 0.30 237.1 0.68 0.42
Hex 22 29 B3 51 4D 0 1E ED 44 2A
Octal 42 51 263 121 115 0 36 355 104 52
Binary 100010 101001 10110011 1010001 1001101 0 11110 11101101 1000100 101010

Color Harmonies of #2229B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2229B3

Black with #2229B3

Text Example


Text Example

White with #2229B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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