Html Css Color HEX #2227EB Persian Blue

📋 copy color: '#2227EB'

red 34 ◦ green 39 ◦ blue 235

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

Shades of Persian Blue #2227EB

Tints of Persian Blue #2227EB

RGB

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

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

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

R = 11.04%
G = 12.66%
B = 76.3%

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

#2227EB (or 0x2227EB) is known color: Persian Blue. HEX triplet: 22, 27 and EB. RGB value is (34,39,235). Sum of RGB (Red+Green+Blue) = 34+39+235=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #2227EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2227EB is #DDD814. Grayscale: #3B3B3B. Windows color (decimal): -14538773 or 15410978. OLE color: 15410978.

HSL color Cylindrical-coordinate representation of color #2227EB: hue angle of 238.51º 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 #2227EB is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 39 235 -
CMYK 0.86 0.83 0 0.08
HSL 238.51º 0.83% 0.53% -
HSV(B) 238.51º 0.86% 0.92% -
XYZ 16.38 7.79 79.24 -
YUV 59.85 226.84 109.56 -
System Red Green Blue C M Y K H S L
Decimal 34 39 235 0.86 0.83 0 0.08 238.51 0.83 0.53
Hex 22 27 EB 56 53 0 8 EF 53 35
Octal 42 47 353 126 123 0 10 357 123 65
Binary 100010 100111 11101011 1010110 1010011 0 1000 11101111 1010011 110101

Color Harmonies of #2227EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2227EB

Black with #2227EB

Text Example


Text Example

White with #2227EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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