Html Css Color HEX #2E28CF Persian Blue

📋 copy color: '#2E28CF'

red 46 ◦ green 40 ◦ blue 207

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

Shades of Persian Blue #2E28CF

Tints of Persian Blue #2E28CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.65%

R = 15.7%
G = 13.65%
B = 70.65%

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

#2E28CF (or 0x2E28CF) is known color: Persian Blue. HEX triplet: 2E, 28 and CF. RGB value is (46,40,207). Sum of RGB (Red+Green+Blue) = 46+40+207=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E28CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E28CF is #D1D730. Grayscale: #3C3C3C. Windows color (decimal): -13752113 or 13576238. OLE color: 13576238.

HSL color Cylindrical-coordinate representation of color #2E28CF: hue angle of 242.16º degrees, saturation: 0.68, 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 #2E28CF is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 40 207 -
CMYK 0.78 0.81 0 0.19
HSL 242.16º 0.68% 0.48% -
HSV(B) 242.16º 0.81% 0.81% -
XYZ 13.15 6.6 59.61 -
YUV 60.83 210.49 117.42 -
System Red Green Blue C M Y K H S L
Decimal 46 40 207 0.78 0.81 0 0.19 242.16 0.68 0.48
Hex 2E 28 CF 4E 51 0 13 F2 44 30
Octal 56 50 317 116 121 0 23 362 104 60
Binary 101110 101000 11001111 1001110 1010001 0 10011 11110010 1000100 110000

Color Harmonies of #2E28CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E28CF

Black with #2E28CF

Text Example


Text Example

White with #2E28CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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