#2B3961

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

Shades of Gulf Blue #2B3961

Tints of Gulf Blue #2B3961

Color information

#2B3961 (or 0x2B3961) is unknown color: approx Gulf Blue. HEX triplet: 2B, 39 and 61. RGB value is (43,57,97). Sum of RGB (Red+Green+Blue) = 43+57+97=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B3961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3961 is #D4C69E. Grayscale: #393939. Windows color (decimal): -13944479 or 6371627. OLE color: 6371627.

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

Color convert

RGB435797-
CMYK0.560.4100.62
HSL224.44º38.57%27.45%-
HSV(B)224.44º55.67%38.04%-
XYZ4.624.311.9-
YUV57.37150.36117.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.83%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=21.83%
G=28.93%
B=49.24%

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
Decimal4357970.560.4100.62224.4438.5727.45
Hex2B3961382903Ee0271b
Octal537114170510763404733
Binary101011111001110000111100010100101111101110000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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