Html Css Color HEX #2E17BB Persian Blue

📋 copy color: '#2E17BB'

red 46 ◦ green 23 ◦ blue 187

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

Shades of Persian Blue #2E17BB

Tints of Persian Blue #2E17BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 73.05%

R = 17.97%
G = 8.98%
B = 73.05%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E17BB (or 0x2E17BB) is known color: Persian Blue. HEX triplet: 2E, 17 and BB. RGB value is (46,23,187). Sum of RGB (Red+Green+Blue) = 46+23+187=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E17BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E17BB is #D1E844. Grayscale: #2F2F2F. Windows color (decimal): -13756485 or 12261166. OLE color: 12261166.

HSL color Cylindrical-coordinate representation of color #2E17BB: hue angle of 248.41º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E17BB is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 23 187 -
CMYK 0.75 0.88 0 0.27
HSL 248.41º 0.78% 0.41% -
HSV(B) 248.41º 0.88% 0.73% -
XYZ 10.4 4.78 47.39 -
YUV 48.57 206.12 126.16 -
System Red Green Blue C M Y K H S L
Decimal 46 23 187 0.75 0.88 0 0.27 248.41 0.78 0.41
Hex 2E 17 BB 4B 58 0 1B F8 4E 29
Octal 56 27 273 113 130 0 33 370 116 51
Binary 101110 10111 10111011 1001011 1011000 0 11011 11111000 1001110 101001

Color Harmonies of #2E17BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E17BB

Black with #2E17BB

Text Example


Text Example

White with #2E17BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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