#2F3659

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

Shades of Gulf Blue #2F3659

Tints of Gulf Blue #2F3659

Color information

#2F3659 (or 0x2F3659) is unknown color: approx Gulf Blue. HEX triplet: 2F, 36 and 59. RGB value is (47,54,89). Sum of RGB (Red+Green+Blue) = 47+54+89=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F3659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3659 is #D0C9A6. Grayscale: #373737. Windows color (decimal): -13683111 or 5846575. OLE color: 5846575.

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

Color convert

RGB475489-
CMYK0.470.3900.65
HSL230º30.88%26.67%-
HSV(B)230º47.19%34.9%-
XYZ4.293.969.99-
YUV55.9146.68121.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=24.74%
G=28.42%
B=46.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4754890.470.3900.6523030.8826.67
Hex2F36592F27041e61f1b
Octal5766131574701013463733
Binary101111110110101100110111110011101000001111001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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