Html Css Color HEX #2E26E0 Persian Blue

📋 copy color: '#2E26E0'

red 46 ◦ green 38 ◦ blue 224

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

Shades of Persian Blue #2E26E0

Tints of Persian Blue #2E26E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.73%

R = 14.94%
G = 12.34%
B = 72.73%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2E26E0 (or 0x2E26E0) is known color: Persian Blue. HEX triplet: 2E, 26 and E0. RGB value is (46,38,224). Sum of RGB (Red+Green+Blue) = 46+38+224=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #2E26E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E26E0 is #D1D91F. Grayscale: #3C3C3C. Windows color (decimal): -13752608 or 14689838. OLE color: 14689838.

HSL color Cylindrical-coordinate representation of color #2E26E0: hue angle of 242.58º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E26E0 is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 38 224 -
CMYK 0.79 0.83 0 0.12
HSL 242.58º 0.75% 0.51% -
HSV(B) 242.58º 0.83% 0.88% -
XYZ 15.27 7.35 71.13 -
YUV 61.6 219.65 116.88 -
System Red Green Blue C M Y K H S L
Decimal 46 38 224 0.79 0.83 0 0.12 242.58 0.75 0.51
Hex 2E 26 E0 4F 53 0 C F3 4B 33
Octal 56 46 340 117 123 0 14 363 113 63
Binary 101110 100110 11100000 1001111 1010011 0 1100 11110011 1001011 110011

Color Harmonies of #2E26E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E26E0

Black with #2E26E0

Text Example


Text Example

White with #2E26E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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