#2C3659

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

Shades of Gulf Blue #2C3659

Tints of Gulf Blue #2C3659

Color information

#2C3659 (or 0x2C3659) is unknown color: approx Gulf Blue. HEX triplet: 2C, 36 and 59. RGB value is (44,54,89). Sum of RGB (Red+Green+Blue) = 44+54+89=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #2C3659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3659 is #D3C9A6. Grayscale: #363636. Windows color (decimal): -13879719 or 5846572. OLE color: 5846572.

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

Color convert

RGB445489-
CMYK0.510.3900.65
HSL226.67º33.83%26.08%-
HSV(B)226.67º50.56%34.9%-
XYZ4.163.99.98-
YUV55147.19120.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.53%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=23.53%
G=28.88%
B=47.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4454890.510.3900.65226.6733.8326.08
Hex2C36593327041e3221a
Octal5466131634701013434232
Binary1011001101101011001110011100111010000011110001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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