Html Css Color HEX #2E16BA Persian Blue

📋 copy color: '#2E16BA'

red 46 ◦ green 22 ◦ blue 186

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

Shades of Persian Blue #2E16BA

Tints of Persian Blue #2E16BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

 BLUE value IS 186 (73.05% from 255) = 73.23%

R = 18.11%
G = 8.66%
B = 73.23%

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

#2E16BA (or 0x2E16BA) is known color: Persian Blue. HEX triplet: 2E, 16 and BA. RGB value is (46,22,186). Sum of RGB (Red+Green+Blue) = 46+22+186=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E16BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E16BA is #D1E945. Grayscale: #2F2F2F. Windows color (decimal): -13756742 or 12195374. OLE color: 12195374.

HSL color Cylindrical-coordinate representation of color #2E16BA: hue angle of 248.78º degrees, saturation: 0.79, 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 #2E16BA is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 22 186 -
CMYK 0.75 0.88 0 0.27
HSL 248.78º 0.79% 0.41% -
HSV(B) 248.78º 0.88% 0.73% -
XYZ 10.28 4.7 46.82 -
YUV 47.87 205.95 126.66 -
System Red Green Blue C M Y K H S L
Decimal 46 22 186 0.75 0.88 0 0.27 248.78 0.79 0.41
Hex 2E 16 BA 4B 58 0 1B F9 4F 29
Octal 56 26 272 113 130 0 33 371 117 51
Binary 101110 10110 10111010 1001011 1011000 0 11011 11111001 1001111 101001

Color Harmonies of #2E16BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E16BA

Black with #2E16BA

Text Example


Text Example

White with #2E16BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,22,186); }

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

background-color css

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

 a { background-color: rgb(46,22,186); }

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

border-color css

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

 span { border-color: rgb(46,22,186); }

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