#2F3859

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

Shades of Gulf Blue #2F3859

Tints of Gulf Blue #2F3859

Color information

#2F3859 (or 0x2F3859) is unknown color: approx Gulf Blue. HEX triplet: 2F, 38 and 59. RGB value is (47,56,89). Sum of RGB (Red+Green+Blue) = 47+56+89=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F3859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3859 is #D0C7A6. Grayscale: #383838. Windows color (decimal): -13682599 or 5847087. OLE color: 5847087.

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

Color convert

RGB475689-
CMYK0.470.3700.65
HSL227.14º30.88%26.67%-
HSV(B)227.14º47.19%34.9%-
XYZ4.394.1510.02-
YUV57.07146.02120.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.48%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=24.48%
G=29.17%
B=46.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4756890.470.3700.65227.1430.8826.67
Hex2F38592F25041e31f1b
Octal5770131574501013433733
Binary101111111000101100110111110010101000001111000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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