#2F3757

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

Shades of Gulf Blue #2F3757

Tints of Gulf Blue #2F3757

Color information

#2F3757 (or 0x2F3757) is unknown color: approx Gulf Blue. HEX triplet: 2F, 37 and 57. RGB value is (47,55,87). Sum of RGB (Red+Green+Blue) = 47+55+87=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #2F3757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3757 is #D0C8A8. Grayscale: #383838. Windows color (decimal): -13682857 or 5715759. OLE color: 5715759.

HSL color Cylindrical-coordinate representation of color #2F3757: hue angle of 228º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2F3757 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB475587-
CMYK0.460.3700.66
HSL228º29.85%26.27%-
HSV(B)228º45.98%34.12%-
XYZ4.264.029.57-
YUV56.26145.35121.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.87%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 87 (34.38% from 255) = 46.03%
R=24.87%
G=29.10%
B=46.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4755870.460.3700.6622829.8526.27
Hex2F37572E25042e41e1a
Octal5767127564501023443632
Binary101111110111101011110111010010101000010111001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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