#2F3759

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

Shades of Gulf Blue #2F3759

Tints of Gulf Blue #2F3759

Color information

#2F3759 (or 0x2F3759) is unknown color: approx Gulf Blue. HEX triplet: 2F, 37 and 59. RGB value is (47,55,89). Sum of RGB (Red+Green+Blue) = 47+55+89=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F3759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3759 is #D0C8A6. Grayscale: #383838. Windows color (decimal): -13682855 or 5846831. OLE color: 5846831.

HSL color Cylindrical-coordinate representation of color #2F3759: hue angle of 228.57º 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 #2F3759 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB475589-
CMYK0.470.3800.65
HSL228.57º30.88%26.67%-
HSV(B)228.57º47.19%34.9%-
XYZ4.344.0610.01-
YUV56.48146.35121.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.61%
GREEN value IS 55 (21.88% from 255) = 28.80%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=24.61%
G=28.80%
B=46.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4755890.470.3800.65228.5730.8826.67
Hex2F37592F26041e51f1b
Octal5767131574601013453733
Binary101111110111101100110111110011001000001111001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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