Html Css Color HEX #2E26CE Persian Blue

📋 copy color: '#2E26CE'

red 46 ◦ green 38 ◦ blue 206

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

Shades of Persian Blue #2E26CE

Tints of Persian Blue #2E26CE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

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

R = 15.86%
G = 13.1%
B = 71.03%

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

#2E26CE (or 0x2E26CE) is known color: Persian Blue. HEX triplet: 2E, 26 and CE. RGB value is (46,38,206). Sum of RGB (Red+Green+Blue) = 46+38+206=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E26CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E26CE is #D1D931. Grayscale: #3A3A3A. Windows color (decimal): -13752626 or 13510190. OLE color: 13510190.

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

Color convert

RGB 46 38 206 -
CMYK 0.78 0.82 0 0.19
HSL 242.86º 0.69% 0.48% -
HSV(B) 242.86º 0.82% 0.81% -
XYZ 12.96 6.42 58.95 -
YUV 59.54 210.65 118.34 -
System Red Green Blue C M Y K H S L
Decimal 46 38 206 0.78 0.82 0 0.19 242.86 0.69 0.48
Hex 2E 26 CE 4E 52 0 13 F3 45 30
Octal 56 46 316 116 122 0 23 363 105 60
Binary 101110 100110 11001110 1001110 1010010 0 10011 11110011 1000101 110000

Color Harmonies of #2E26CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E26CE

Black with #2E26CE

Text Example


Text Example

White with #2E26CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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