Html Css Color HEX #2229EB Persian Blue

📋 copy color: '#2229EB'

red 34 ◦ green 41 ◦ blue 235

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

Shades of Persian Blue #2229EB

Tints of Persian Blue #2229EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 75.81%

R = 10.97%
G = 13.23%
B = 75.81%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2229EB (or 0x2229EB) is known color: Persian Blue. HEX triplet: 22, 29 and EB. RGB value is (34,41,235). Sum of RGB (Red+Green+Blue) = 34+41+235=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 235 (92.19% from 255 or 75.81% from 310); Max value from RGB is 235 - color contains mainly: blue. Hex color #2229EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2229EB is #DDD614. Grayscale: #3C3C3C. Windows color (decimal): -14538261 or 15411490. OLE color: 15411490.

HSL color Cylindrical-coordinate representation of color #2229EB: hue angle of 237.91º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2229EB is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 41 235 -
CMYK 0.86 0.83 0 0.08
HSL 237.91º 0.83% 0.53% -
HSV(B) 237.91º 0.86% 0.92% -
XYZ 16.45 7.92 79.26 -
YUV 61.02 226.18 108.73 -
System Red Green Blue C M Y K H S L
Decimal 34 41 235 0.86 0.83 0 0.08 237.91 0.83 0.53
Hex 22 29 EB 56 53 0 8 EE 53 35
Octal 42 51 353 126 123 0 10 356 123 65
Binary 100010 101001 11101011 1010110 1010011 0 1000 11101110 1010011 110101

Color Harmonies of #2229EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2229EB

Black with #2229EB

Text Example


Text Example

White with #2229EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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