Html Css Color HEX #2E3EBB Persian Blue

📋 copy color: '#2E3EBB'

red 46 ◦ green 62 ◦ blue 187

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

Shades of Persian Blue #2E3EBB

Tints of Persian Blue #2E3EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.39%

R = 15.59%
G = 21.02%
B = 63.39%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E3EBB (or 0x2E3EBB) is known color: Persian Blue. HEX triplet: 2E, 3E and BB. RGB value is (46,62,187). Sum of RGB (Red+Green+Blue) = 46+62+187=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E3EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3EBB is #D1C144. Grayscale: #464646. Windows color (decimal): -13746501 or 12271150. OLE color: 12271150.

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

Color convert

RGB 46 62 187 -
CMYK 0.75 0.67 0 0.27
HSL 233.19º 0.61% 0.46% -
HSV(B) 233.19º 0.75% 0.73% -
XYZ 11.82 7.61 47.86 -
YUV 71.47 193.2 109.84 -
System Red Green Blue C M Y K H S L
Decimal 46 62 187 0.75 0.67 0 0.27 233.19 0.61 0.46
Hex 2E 3E BB 4B 43 0 1B E9 3D 2E
Octal 56 76 273 113 103 0 33 351 75 56
Binary 101110 111110 10111011 1001011 1000011 0 11011 11101001 111101 101110

Color Harmonies of #2E3EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3EBB

Black with #2E3EBB

Text Example


Text Example

White with #2E3EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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