Html Css Color HEX #2E3BDA Persian Blue

📋 copy color: '#2E3BDA'

red 46 ◦ green 59 ◦ blue 218

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

Shades of Persian Blue #2E3BDA

Tints of Persian Blue #2E3BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.49%

R = 14.24%
G = 18.27%
B = 67.49%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2E3BDA (or 0x2E3BDA) is known color: Persian Blue. HEX triplet: 2E, 3B and DA. RGB value is (46,59,218). Sum of RGB (Red+Green+Blue) = 46+59+218=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E3BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3BDA is #D1C425. Grayscale: #484848. Windows color (decimal): -13747238 or 14301998. OLE color: 14301998.

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

Color convert

RGB 46 59 218 -
CMYK 0.79 0.73 0 0.15
HSL 235.47º 0.7% 0.52% -
HSV(B) 235.47º 0.79% 0.85% -
XYZ 15.35 8.77 67.21 -
YUV 73.24 209.69 108.57 -
System Red Green Blue C M Y K H S L
Decimal 46 59 218 0.79 0.73 0 0.15 235.47 0.7 0.52
Hex 2E 3B DA 4F 49 0 F EB 46 34
Octal 56 73 332 117 111 0 17 353 106 64
Binary 101110 111011 11011010 1001111 1001001 0 1111 11101011 1000110 110100

Color Harmonies of #2E3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3BDA

Black with #2E3BDA

Text Example


Text Example

White with #2E3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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