Html Css Color HEX #2E3ABD Persian Blue

📋 copy color: '#2E3ABD'

red 46 ◦ green 58 ◦ blue 189

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

Shades of Persian Blue #2E3ABD

Tints of Persian Blue #2E3ABD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

 BLUE value IS 189 (74.22% from 255) = 64.51%

R = 15.7%
G = 19.8%
B = 64.51%

CMYK

 C value IS 0.76

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E3ABD (or 0x2E3ABD) is known color: Persian Blue. HEX triplet: 2E, 3A and BD. RGB value is (46,58,189). Sum of RGB (Red+Green+Blue) = 46+58+189=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E3ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3ABD is #D1C542. Grayscale: #444444. Windows color (decimal): -13747523 or 12401198. OLE color: 12401198.

HSL color Cylindrical-coordinate representation of color #2E3ABD: hue angle of 234.97º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E3ABD is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 58 189 -
CMYK 0.76 0.69 0 0.26
HSL 234.97º 0.61% 0.46% -
HSV(B) 234.97º 0.76% 0.74% -
XYZ 11.83 7.28 48.93 -
YUV 69.35 195.52 111.35 -
System Red Green Blue C M Y K H S L
Decimal 46 58 189 0.76 0.69 0 0.26 234.97 0.61 0.46
Hex 2E 3A BD 4C 45 0 1A EB 3D 2E
Octal 56 72 275 114 105 0 32 353 75 56
Binary 101110 111010 10111101 1001100 1000101 0 11010 11101011 111101 101110

Color Harmonies of #2E3ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3ABD

Black with #2E3ABD

Text Example


Text Example

White with #2E3ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,58,189); }

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

background-color css

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

 a { background-color: rgb(46,58,189); }

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

border-color css

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

 span { border-color: rgb(46,58,189); }

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