#2F4261

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

Shades of Gulf Blue #2F4261

Tints of Gulf Blue #2F4261

Color information

#2F4261 (or 0x2F4261) is unknown color: approx Gulf Blue. HEX triplet: 2F, 42 and 61. RGB value is (47,66,97). Sum of RGB (Red+Green+Blue) = 47+66+97=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #2F4261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4261 is #D0BD9E. Grayscale: #3F3F3F. Windows color (decimal): -13680031 or 6373935. OLE color: 6373935.

HSL color Cylindrical-coordinate representation of color #2F4261: hue angle of 217.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F4261 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB476697-
CMYK0.520.3200.62
HSL217.2º34.72%28.24%-
HSV(B)217.2º51.55%38.04%-
XYZ5.285.3612.07-
YUV63.85146.71115.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.38%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=22.38%
G=31.43%
B=46.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4766970.520.3200.62217.234.7228.24
Hex2F4261342003Ed9231c
Octal5710214164400763314334
Binary1011111000010110000111010010000001111101101100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,66,97); }

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

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

 a { background-color: rgb(47,66,97); }

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

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

 span { border-color: rgb(47,66,97); }

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