Html Css Color HEX #2E39BE Persian Blue

📋 copy color: '#2E39BE'

red 46 ◦ green 57 ◦ blue 190

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

Shades of Persian Blue #2E39BE

Tints of Persian Blue #2E39BE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.45%

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

R = 15.7%
G = 19.45%
B = 64.85%

CMYK

 C value IS 0.76

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E39BE (or 0x2E39BE) is known color: Persian Blue. HEX triplet: 2E, 39 and BE. RGB value is (46,57,190). Sum of RGB (Red+Green+Blue) = 46+57+190=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E39BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E39BE is #D1C641. Grayscale: #444444. Windows color (decimal): -13747778 or 12466478. OLE color: 12466478.

HSL color Cylindrical-coordinate representation of color #2E39BE: hue angle of 235.42º 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 #2E39BE is Cyan = 0.76, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 57 190 -
CMYK 0.76 0.7 0 0.25
HSL 235.42º 0.61% 0.46% -
HSV(B) 235.42º 0.76% 0.75% -
XYZ 11.88 7.22 49.48 -
YUV 68.87 196.36 111.69 -
System Red Green Blue C M Y K H S L
Decimal 46 57 190 0.76 0.7 0 0.25 235.42 0.61 0.46
Hex 2E 39 BE 4C 46 0 19 EB 3D 2E
Octal 56 71 276 114 106 0 31 353 75 56
Binary 101110 111001 10111110 1001100 1000110 0 11001 11101011 111101 101110

Color Harmonies of #2E39BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E39BE

Black with #2E39BE

Text Example


Text Example

White with #2E39BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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