Html Css Color HEX #2E26DC Persian Blue

📋 copy color: '#2E26DC'

red 46 ◦ green 38 ◦ blue 220

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

Shades of Persian Blue #2E26DC

Tints of Persian Blue #2E26DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.37%

R = 15.13%
G = 12.5%
B = 72.37%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E26DC (or 0x2E26DC) is known color: Persian Blue. HEX triplet: 2E, 26 and DC. RGB value is (46,38,220). Sum of RGB (Red+Green+Blue) = 46+38+220=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E26DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E26DC is #D1D923. Grayscale: #3C3C3C. Windows color (decimal): -13752612 or 14427694. OLE color: 14427694.

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

Color convert

RGB 46 38 220 -
CMYK 0.79 0.83 0 0.14
HSL 242.64º 0.72% 0.51% -
HSV(B) 242.64º 0.83% 0.86% -
XYZ 14.74 7.13 68.31 -
YUV 61.14 217.65 117.2 -
System Red Green Blue C M Y K H S L
Decimal 46 38 220 0.79 0.83 0 0.14 242.64 0.72 0.51
Hex 2E 26 DC 4F 53 0 E F3 48 33
Octal 56 46 334 117 123 0 16 363 110 63
Binary 101110 100110 11011100 1001111 1010011 0 1110 11110011 1001000 110011

Color Harmonies of #2E26DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E26DC

Black with #2E26DC

Text Example


Text Example

White with #2E26DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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