Html Css Color HEX #2E34D1 Persian Blue

📋 copy color: '#2E34D1'

red 46 ◦ green 52 ◦ blue 209

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

Shades of Persian Blue #2E34D1

Tints of Persian Blue #2E34D1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

 BLUE value IS 209 (82.03% from 255) = 68.08%

R = 14.98%
G = 16.94%
B = 68.08%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2E34D1 (or 0x2E34D1) is known color: Persian Blue. HEX triplet: 2E, 34 and D1. RGB value is (46,52,209). Sum of RGB (Red+Green+Blue) = 46+52+209=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 209 (82.03% from 255 or 68.08% from 307); Max value from RGB is 209 - color contains mainly: blue. Hex color #2E34D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E34D1 is #D1CB2E. Grayscale: #434343. Windows color (decimal): -13749039 or 13710382. OLE color: 13710382.

HSL color Cylindrical-coordinate representation of color #2E34D1: hue angle of 237.79º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E34D1 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 46 52 209 -
CMYK 0.78 0.75 0 0.18
HSL 237.79º 0.64% 0.5% -
HSV(B) 237.79º 0.78% 0.82% -
XYZ 13.86 7.64 61.07 -
YUV 68.1 207.51 112.23 -
System Red Green Blue C M Y K H S L
Decimal 46 52 209 0.78 0.75 0 0.18 237.79 0.64 0.5
Hex 2E 34 D1 4E 4B 0 12 EE 40 32
Octal 56 64 321 116 113 0 22 356 100 62
Binary 101110 110100 11010001 1001110 1001011 0 10010 11101110 1000000 110010

Color Harmonies of #2E34D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E34D1

Black with #2E34D1

Text Example


Text Example

White with #2E34D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,52,209); }

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

background-color css

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

 a { background-color: rgb(46,52,209); }

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

border-color css

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

 span { border-color: rgb(46,52,209); }

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