#2E4161

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

Shades of Gulf Blue #2E4161

Tints of Gulf Blue #2E4161

Color information

#2E4161 (or 0x2E4161) is unknown color: approx Gulf Blue. HEX triplet: 2E, 41 and 61. RGB value is (46,65,97). Sum of RGB (Red+Green+Blue) = 46+65+97=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E4161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4161 is #D1BE9E. Grayscale: #3E3E3E. Windows color (decimal): -13745823 or 6373678. OLE color: 6373678.

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

Color convert

RGB466597-
CMYK0.530.3300.62
HSL217.65º35.66%28.04%-
HSV(B)217.65º52.58%38.04%-
XYZ5.175.2212.04-
YUV62.97147.21115.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.12%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=22.12%
G=31.25%
B=46.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4665970.530.3300.62217.6535.6628.04
Hex2E4161352103Eda241c
Octal5610114165410763324434
Binary1011101000001110000111010110000101111101101101010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,65,97); }

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

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

 a { background-color: rgb(46,65,97); }

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

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

 span { border-color: rgb(46,65,97); }

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