Html Css Color HEX #2E17CF Persian Blue

📋 copy color: '#2E17CF'

red 46 ◦ green 23 ◦ blue 207

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

Shades of Persian Blue #2E17CF

Tints of Persian Blue #2E17CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 75%

R = 16.67%
G = 8.33%
B = 75%

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

#2E17CF (or 0x2E17CF) is known color: Persian Blue. HEX triplet: 2E, 17 and CF. RGB value is (46,23,207). Sum of RGB (Red+Green+Blue) = 46+23+207=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E17CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E17CF is #D1E830. Grayscale: #323232. Windows color (decimal): -13756465 or 13571886. OLE color: 13571886.

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

Color convert

RGB 46 23 207 -
CMYK 0.78 0.89 0 0.19
HSL 247.5º 0.8% 0.45% -
HSV(B) 247.5º 0.89% 0.81% -
XYZ 12.7 5.7 59.46 -
YUV 50.85 216.12 124.54 -
System Red Green Blue C M Y K H S L
Decimal 46 23 207 0.78 0.89 0 0.19 247.5 0.8 0.45
Hex 2E 17 CF 4E 59 0 13 F8 50 2D
Octal 56 27 317 116 131 0 23 370 120 55
Binary 101110 10111 11001111 1001110 1011001 0 10011 11111000 1010000 101101

Color Harmonies of #2E17CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E17CF

Black with #2E17CF

Text Example


Text Example

White with #2E17CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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