Html Css Color HEX #2E17CD Persian Blue

📋 copy color: '#2E17CD'

red 46 ◦ green 23 ◦ blue 205

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

Shades of Persian Blue #2E17CD

Tints of Persian Blue #2E17CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 74.82%

R = 16.79%
G = 8.39%
B = 74.82%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E17CD (or 0x2E17CD) is known color: Persian Blue. HEX triplet: 2E, 17 and CD. RGB value is (46,23,205). Sum of RGB (Red+Green+Blue) = 46+23+205=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E17CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E17CD is #D1E832. Grayscale: #313131. Windows color (decimal): -13756467 or 13440814. OLE color: 13440814.

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

Color convert

RGB 46 23 205 -
CMYK 0.78 0.89 0 0.20
HSL 247.58º 0.8% 0.45% -
HSV(B) 247.58º 0.89% 0.8% -
XYZ 12.45 5.6 58.18 -
YUV 50.63 215.12 124.7 -
System Red Green Blue C M Y K H S L
Decimal 46 23 205 0.78 0.89 0 0.20 247.58 0.8 0.45
Hex 2E 17 CD 4E 59 0 14 F8 50 2D
Octal 56 27 315 116 131 0 24 370 120 55
Binary 101110 10111 11001101 1001110 1011001 0 10100 11111000 1010000 101101

Color Harmonies of #2E17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E17CD

Black with #2E17CD

Text Example


Text Example

White with #2E17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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