#2B3659

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

Shades of Gulf Blue #2B3659

Tints of Gulf Blue #2B3659

Color information

#2B3659 (or 0x2B3659) is unknown color: approx Gulf Blue. HEX triplet: 2B, 36 and 59. RGB value is (43,54,89). Sum of RGB (Red+Green+Blue) = 43+54+89=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #2B3659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3659 is #D4C9A6. Grayscale: #363636. Windows color (decimal): -13945255 or 5846571. OLE color: 5846571.

HSL color Cylindrical-coordinate representation of color #2B3659: hue angle of 225.65º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B3659 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB435489-
CMYK0.520.3900.65
HSL225.65º34.85%25.88%-
HSV(B)225.65º51.69%34.9%-
XYZ4.123.879.98-
YUV54.7147.36119.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.12%
GREEN value IS 54 (21.48% from 255) = 29.03%
BLUE value IS 89 (35.16% from 255) = 47.85%
R=23.12%
G=29.03%
B=47.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4354890.520.3900.65225.6534.8525.88
Hex2B36593427041e2231a
Octal5366131644701013424332
Binary1010111101101011001110100100111010000011110001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,54,89); }

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

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

 a { background-color: rgb(43,54,89); }

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

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

 span { border-color: rgb(43,54,89); }

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