#2E4060

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

Shades of Gulf Blue #2E4060

Tints of Gulf Blue #2E4060

Color information

#2E4060 (or 0x2E4060) is unknown color: approx Gulf Blue. HEX triplet: 2E, 40 and 60. RGB value is (46,64,96). Sum of RGB (Red+Green+Blue) = 46+64+96=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E4060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4060 is #D1BF9F. Grayscale: #3E3E3E. Windows color (decimal): -13746080 or 6307886. OLE color: 6307886.

HSL color Cylindrical-coordinate representation of color #2E4060: hue angle of 218.4º 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 #2E4060 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB466496-
CMYK0.520.3300.62
HSL218.4º35.21%27.84%-
HSV(B)218.4º52.08%37.65%-
XYZ5.075.0911.78-
YUV62.27147.04116.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.33%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=22.33%
G=31.07%
B=46.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4664960.520.3300.62218.435.2127.84
Hex2E4060342103Eda231c
Octal5610014064410763324334
Binary1011101000000110000011010010000101111101101101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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