Html Css Color HEX #2E17CE Persian Blue

📋 copy color: '#2E17CE'

red 46 ◦ green 23 ◦ blue 206

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

Shades of Persian Blue #2E17CE

Tints of Persian Blue #2E17CE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

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

R = 16.73%
G = 8.36%
B = 74.91%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E17CE (or 0x2E17CE) is known color: Persian Blue. HEX triplet: 2E, 17 and CE. RGB value is (46,23,206). Sum of RGB (Red+Green+Blue) = 46+23+206=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E17CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E17CE is #D1E831. Grayscale: #323232. Windows color (decimal): -13756466 or 13506350. OLE color: 13506350.

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

Color convert

RGB 46 23 206 -
CMYK 0.78 0.89 0 0.19
HSL 247.54º 0.8% 0.45% -
HSV(B) 247.54º 0.89% 0.81% -
XYZ 12.57 5.65 58.82 -
YUV 50.74 215.62 124.62 -
System Red Green Blue C M Y K H S L
Decimal 46 23 206 0.78 0.89 0 0.19 247.54 0.8 0.45
Hex 2E 17 CE 4E 59 0 13 F8 50 2D
Octal 56 27 316 116 131 0 23 370 120 55
Binary 101110 10111 11001110 1001110 1011001 0 10011 11111000 1010000 101101

Color Harmonies of #2E17CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E17CE

Black with #2E17CE

Text Example


Text Example

White with #2E17CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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