Html Css Color HEX #2E31BE Persian Blue

📋 copy color: '#2E31BE'

red 46 ◦ green 49 ◦ blue 190

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

Shades of Persian Blue #2E31BE

Tints of Persian Blue #2E31BE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 16.14%
G = 17.19%
B = 66.67%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E31BE (or 0x2E31BE) is known color: Persian Blue. HEX triplet: 2E, 31 and BE. RGB value is (46,49,190). Sum of RGB (Red+Green+Blue) = 46+49+190=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E31BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E31BE is #D1CE41. Grayscale: #3F3F3F. Windows color (decimal): -13749826 or 12464430. OLE color: 12464430.

HSL color Cylindrical-coordinate representation of color #2E31BE: hue angle of 238.75º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E31BE is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 49 190 -
CMYK 0.76 0.74 0 0.25
HSL 238.75º 0.61% 0.46% -
HSV(B) 238.75º 0.76% 0.75% -
XYZ 11.52 6.5 49.36 -
YUV 64.18 199.01 115.04 -
System Red Green Blue C M Y K H S L
Decimal 46 49 190 0.76 0.74 0 0.25 238.75 0.61 0.46
Hex 2E 31 BE 4C 4A 0 19 EF 3D 2E
Octal 56 61 276 114 112 0 31 357 75 56
Binary 101110 110001 10111110 1001100 1001010 0 11001 11101111 111101 101110

Color Harmonies of #2E31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E31BE

Black with #2E31BE

Text Example


Text Example

White with #2E31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,49,190); }

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

background-color css

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

 a { background-color: rgb(46,49,190); }

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

border-color css

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

 span { border-color: rgb(46,49,190); }

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