Html Css Color HEX #2E3BBF Persian Blue

📋 copy color: '#2E3BBF'

red 46 ◦ green 59 ◦ blue 191

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

Shades of Persian Blue #2E3BBF

Tints of Persian Blue #2E3BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.93%

 BLUE value IS 191 (75% from 255) = 64.53%

R = 15.54%
G = 19.93%
B = 64.53%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E3BBF (or 0x2E3BBF) is known color: Persian Blue. HEX triplet: 2E, 3B and BF. RGB value is (46,59,191). Sum of RGB (Red+Green+Blue) = 46+59+191=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E3BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3BBF is #D1C440. Grayscale: #454545. Windows color (decimal): -13747265 or 12532526. OLE color: 12532526.

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

Color convert

RGB 46 59 191 -
CMYK 0.76 0.69 0 0.25
HSL 234.62º 0.61% 0.46% -
HSV(B) 234.62º 0.76% 0.75% -
XYZ 12.09 7.47 50.09 -
YUV 70.16 196.19 110.77 -
System Red Green Blue C M Y K H S L
Decimal 46 59 191 0.76 0.69 0 0.25 234.62 0.61 0.46
Hex 2E 3B BF 4C 45 0 19 EB 3D 2E
Octal 56 73 277 114 105 0 31 353 75 56
Binary 101110 111011 10111111 1001100 1000101 0 11001 11101011 111101 101110

Color Harmonies of #2E3BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3BBF

Black with #2E3BBF

Text Example


Text Example

White with #2E3BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,59,191); }

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

background-color css

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

 a { background-color: rgb(46,59,191); }

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

border-color css

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

 span { border-color: rgb(46,59,191); }

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