Html Css Color HEX #2E17CB Persian Blue

📋 copy color: '#2E17CB'

red 46 ◦ green 23 ◦ blue 203

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

Shades of Persian Blue #2E17CB

Tints of Persian Blue #2E17CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 74.63%

R = 16.91%
G = 8.46%
B = 74.63%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E17CB (or 0x2E17CB) is known color: Persian Blue. HEX triplet: 2E, 17 and CB. RGB value is (46,23,203). Sum of RGB (Red+Green+Blue) = 46+23+203=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E17CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E17CB is #D1E834. Grayscale: #313131. Windows color (decimal): -13756469 or 13309742. OLE color: 13309742.

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

Color convert

RGB 46 23 203 -
CMYK 0.77 0.89 0 0.20
HSL 247.67º 0.8% 0.44% -
HSV(B) 247.67º 0.89% 0.8% -
XYZ 12.21 5.51 56.92 -
YUV 50.4 214.12 124.86 -
System Red Green Blue C M Y K H S L
Decimal 46 23 203 0.77 0.89 0 0.20 247.67 0.8 0.44
Hex 2E 17 CB 4D 59 0 14 F8 50 2C
Octal 56 27 313 115 131 0 24 370 120 54
Binary 101110 10111 11001011 1001101 1011001 0 10100 11111000 1010000 101100

Color Harmonies of #2E17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E17CB

Black with #2E17CB

Text Example


Text Example

White with #2E17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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