#2A3961

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

Shades of Gulf Blue #2A3961

Tints of Gulf Blue #2A3961

Color information

#2A3961 (or 0x2A3961) is unknown color: approx Gulf Blue. HEX triplet: 2A, 39 and 61. RGB value is (42,57,97). Sum of RGB (Red+Green+Blue) = 42+57+97=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A3961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3961 is #D5C69E. Grayscale: #383838. Windows color (decimal): -14010015 or 6371626. OLE color: 6371626.

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

Color convert

RGB425797-
CMYK0.570.4100.62
HSL223.64º39.57%27.25%-
HSV(B)223.64º56.7%38.04%-
XYZ4.584.2811.89-
YUV57.08150.53117.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.43%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=21.43%
G=29.08%
B=49.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4257970.570.4100.62223.6439.5727.25
Hex2A3961392903Ee0281b
Octal527114171510763405033
Binary101010111001110000111100110100101111101110000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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