Html Css Color HEX #2E25CE Persian Blue

📋 copy color: '#2E25CE'

red 46 ◦ green 37 ◦ blue 206

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

Shades of Persian Blue #2E25CE

Tints of Persian Blue #2E25CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

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

R = 15.92%
G = 12.8%
B = 71.28%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E25CE (or 0x2E25CE) is known color: Persian Blue. HEX triplet: 2E, 25 and CE. RGB value is (46,37,206). Sum of RGB (Red+Green+Blue) = 46+37+206=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E25CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E25CE is #D1DA31. Grayscale: #3A3A3A. Windows color (decimal): -13752882 or 13509934. OLE color: 13509934.

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

Color convert

RGB 46 37 206 -
CMYK 0.78 0.82 0 0.19
HSL 243.2º 0.7% 0.48% -
HSV(B) 243.2º 0.82% 0.81% -
XYZ 12.93 6.36 58.94 -
YUV 58.96 210.98 118.76 -
System Red Green Blue C M Y K H S L
Decimal 46 37 206 0.78 0.82 0 0.19 243.2 0.7 0.48
Hex 2E 25 CE 4E 52 0 13 F3 46 30
Octal 56 45 316 116 122 0 23 363 106 60
Binary 101110 100101 11001110 1001110 1010010 0 10011 11110011 1000110 110000

Color Harmonies of #2E25CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E25CE

Black with #2E25CE

Text Example


Text Example

White with #2E25CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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