#2A3960

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

Shades of Gulf Blue #2A3960

Tints of Gulf Blue #2A3960

Color information

#2A3960 (or 0x2A3960) is unknown color: approx Gulf Blue. HEX triplet: 2A, 39 and 60. RGB value is (42,57,96). Sum of RGB (Red+Green+Blue) = 42+57+96=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A3960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3960 is #D5C69F. Grayscale: #383838. Windows color (decimal): -14010016 or 6306090. OLE color: 6306090.

HSL color Cylindrical-coordinate representation of color #2A3960: hue angle of 223.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A3960 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB425796-
CMYK0.560.4100.62
HSL223.33º39.13%27.06%-
HSV(B)223.33º56.25%37.65%-
XYZ4.534.2611.65-
YUV56.96150.03117.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.54%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=21.54%
G=29.23%
B=49.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4257960.560.4100.62223.3339.1327.06
Hex2A3960382903Edf271b
Octal527114070510763374733
Binary101010111001110000011100010100101111101101111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,57,96); }

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

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

 a { background-color: rgb(42,57,96); }

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

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

 span { border-color: rgb(42,57,96); }

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