Html Css Color HEX #2E3BDB Persian Blue

📋 copy color: '#2E3BDB'

red 46 ◦ green 59 ◦ blue 219

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

Shades of Persian Blue #2E3BDB

Tints of Persian Blue #2E3BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.59%

R = 14.2%
G = 18.21%
B = 67.59%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E3BDB (or 0x2E3BDB) is known color: Persian Blue. HEX triplet: 2E, 3B and DB. RGB value is (46,59,219). Sum of RGB (Red+Green+Blue) = 46+59+219=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E3BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3BDB is #D1C424. Grayscale: #484848. Windows color (decimal): -13747237 or 14367534. OLE color: 14367534.

HSL color Cylindrical-coordinate representation of color #2E3BDB: hue angle of 235.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E3BDB is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 59 219 -
CMYK 0.79 0.73 0 0.14
HSL 235.49º 0.71% 0.52% -
HSV(B) 235.49º 0.79% 0.86% -
XYZ 15.48 8.82 67.91 -
YUV 73.35 210.19 108.49 -
System Red Green Blue C M Y K H S L
Decimal 46 59 219 0.79 0.73 0 0.14 235.49 0.71 0.52
Hex 2E 3B DB 4F 49 0 E EB 47 34
Octal 56 73 333 117 111 0 16 353 107 64
Binary 101110 111011 11011011 1001111 1001001 0 1110 11101011 1000111 110100

Color Harmonies of #2E3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3BDB

Black with #2E3BDB

Text Example


Text Example

White with #2E3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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