Html Css Color HEX #2E395B Gulf Blue

📋 copy color: '#2E395B'

red 46 ◦ green 57 ◦ blue 91

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

Shades of Gulf Blue #2E395B

Tints of Gulf Blue #2E395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.38%

 BLUE value IS 91 (35.94% from 255) = 46.91%

R = 23.71%
G = 29.38%
B = 46.91%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E395B (or 0x2E395B) is known color: Gulf Blue. HEX triplet: 2E, 39 and 5B. RGB value is (46,57,91). Sum of RGB (Red+Green+Blue) = 46+57+91=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E395B is #D1C6A4. Grayscale: #393939. Windows color (decimal): -13747877 or 5978414. OLE color: 5978414.

HSL color Cylindrical-coordinate representation of color #2E395B: hue angle of 225.33º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E395B is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 57 91 -
CMYK 0.49 0.37 0 0.64
HSL 225.33º 0.33% 0.27% -
HSV(B) 225.33º 0.49% 0.36% -
XYZ 4.48 4.26 10.48 -
YUV 57.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 46 57 91 0.49 0.37 0 0.64 225.33 0.33 0.27
Hex 2E 39 5B 31 25 0 40 E1 21 1B
Octal 56 71 133 61 45 0 100 341 41 33
Binary 101110 111001 1011011 110001 100101 0 1000000 11100001 100001 11011

Color Harmonies of #2E395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E395B

Black with #2E395B

Text Example


Text Example

White with #2E395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,57,91); }

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

background-color css

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

 a { background-color: rgb(46,57,91); }

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

border-color css

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

 span { border-color: rgb(46,57,91); }

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