Html Css Color HEX #2E28CE Persian Blue

📋 copy color: '#2E28CE'

red 46 ◦ green 40 ◦ blue 206

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

Shades of Persian Blue #2E28CE

Tints of Persian Blue #2E28CE

RGB

 RED value IS 46 (18.36% from 255) = 15.75%

 GREEN value IS 40 (16.02% from 255) = 13.7%

 BLUE value IS 206 (80.86% from 255) = 70.55%

R = 15.75%
G = 13.7%
B = 70.55%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E28CE (or 0x2E28CE) is known color: Persian Blue. HEX triplet: 2E, 28 and CE. RGB value is (46,40,206). Sum of RGB (Red+Green+Blue) = 46+40+206=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E28CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E28CE is #D1D731. Grayscale: #3C3C3C. Windows color (decimal): -13752114 or 13510702. OLE color: 13510702.

HSL color Cylindrical-coordinate representation of color #2E28CE: hue angle of 242.17º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E28CE is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 40 206 -
CMYK 0.78 0.81 0 0.19
HSL 242.17º 0.67% 0.48% -
HSV(B) 242.17º 0.81% 0.81% -
XYZ 13.03 6.55 58.97 -
YUV 60.72 209.99 117.5 -
System Red Green Blue C M Y K H S L
Decimal 46 40 206 0.78 0.81 0 0.19 242.17 0.67 0.48
Hex 2E 28 CE 4E 51 0 13 F2 43 30
Octal 56 50 316 116 121 0 23 362 103 60
Binary 101110 101000 11001110 1001110 1010001 0 10011 11110010 1000011 110000

Color Harmonies of #2E28CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E28CE

Black with #2E28CE

Text Example


Text Example

White with #2E28CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E28CE; }

 p { color: rgb(46,40,206); }

 H1.HeaderClassName
 {
   color: #2E28CE;
 }
 .AnyTagClassName
 {
   color: #2E28CE;
 }
</style>

background-color css

<style>
 a { background-color: #2E28CE; }

 a { background-color: rgb(46,40,206); }

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

border-color css

<style>
 span { border-color: #2E28CE; }

 span { border-color: rgb(46,40,206); }

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