Html Css Color HEX #2E3EB9 Persian Blue

📋 copy color: '#2E3EB9'

red 46 ◦ green 62 ◦ blue 185

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

Shades of Persian Blue #2E3EB9

Tints of Persian Blue #2E3EB9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.16%

 BLUE value IS 185 (72.66% from 255) = 63.14%

R = 15.7%
G = 21.16%
B = 63.14%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E3EB9 (or 0x2E3EB9) is known color: Persian Blue. HEX triplet: 2E, 3E and B9. RGB value is (46,62,185). Sum of RGB (Red+Green+Blue) = 46+62+185=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 185 (72.66% from 255 or 63.14% from 293); Max value from RGB is 185 - color contains mainly: blue. Hex color #2E3EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3EB9 is #D1C146. Grayscale: #464646. Windows color (decimal): -13746503 or 12140078. OLE color: 12140078.

HSL color Cylindrical-coordinate representation of color #2E3EB9: hue angle of 233.09º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E3EB9 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 62 185 -
CMYK 0.75 0.66 0 0.27
HSL 233.09º 0.6% 0.45% -
HSV(B) 233.09º 0.75% 0.73% -
XYZ 11.61 7.53 46.74 -
YUV 71.24 192.2 110 -
System Red Green Blue C M Y K H S L
Decimal 46 62 185 0.75 0.66 0 0.27 233.09 0.6 0.45
Hex 2E 3E B9 4B 42 0 1B E9 3C 2D
Octal 56 76 271 113 102 0 33 351 74 55
Binary 101110 111110 10111001 1001011 1000010 0 11011 11101001 111100 101101

Color Harmonies of #2E3EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3EB9

Black with #2E3EB9

Text Example


Text Example

White with #2E3EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,62,185); }

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

background-color css

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

 a { background-color: rgb(46,62,185); }

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

border-color css

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

 span { border-color: rgb(46,62,185); }

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