Html Css Color HEX #2E385B Gulf Blue

📋 copy color: '#2E385B'

red 46 ◦ green 56 ◦ blue 91

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

Shades of Gulf Blue #2E385B

Tints of Gulf Blue #2E385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

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

R = 23.83%
G = 29.02%
B = 47.15%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E385B (or 0x2E385B) is known color: Gulf Blue. HEX triplet: 2E, 38 and 5B. RGB value is (46,56,91). Sum of RGB (Red+Green+Blue) = 46+56+91=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E385B is #D1C7A4. Grayscale: #383838. Windows color (decimal): -13748133 or 5978158. OLE color: 5978158.

HSL color Cylindrical-coordinate representation of color #2E385B: hue angle of 226.67º 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 #2E385B is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 56 91 -
CMYK 0.49 0.38 0 0.64
HSL 226.67º 0.33% 0.27% -
HSV(B) 226.67º 0.49% 0.36% -
XYZ 4.43 4.16 10.47 -
YUV 57 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 46 56 91 0.49 0.38 0 0.64 226.67 0.33 0.27
Hex 2E 38 5B 31 26 0 40 E3 21 1B
Octal 56 70 133 61 46 0 100 343 41 33
Binary 101110 111000 1011011 110001 100110 0 1000000 11100011 100001 11011

Color Harmonies of #2E385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E385B

Black with #2E385B

Text Example


Text Example

White with #2E385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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