#2E3A60

Color #2E3A60 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #2E3A60

Tints of Gulf Blue #2E3A60

Color information

#2E3A60 (or 0x2E3A60) is unknown color: approx Gulf Blue. HEX triplet: 2E, 3A and 60. RGB value is (46,58,96). Sum of RGB (Red+Green+Blue) = 46+58+96=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E3A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3A60 is #D1C59F. Grayscale: #3A3A3A. Windows color (decimal): -13747616 or 6306350. OLE color: 6306350.

HSL color Cylindrical-coordinate representation of color #2E3A60: hue angle of 225.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E3A60 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB465896-
CMYK0.520.4000.62
HSL225.6º35.21%27.84%-
HSV(B)225.6º52.08%37.65%-
XYZ4.754.4511.68-
YUV58.74149.02118.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23%
GREEN value IS 58 (23.05% from 255) = 29%
BLUE value IS 96 (37.89% from 255) = 48%
R=23%
G=29%
B=48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4658960.520.4000.62225.635.2127.84
Hex2E3A60342803Ee2231c
Octal567214064500763424334
Binary101110111010110000011010010100001111101110001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E3A60;
 }
 .AnyTagClassName
 {
   color: #2E3A60;
 }
</style>
background-color css

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

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

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

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

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

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