#2F4161

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

Shades of Gulf Blue #2F4161

Tints of Gulf Blue #2F4161

Color information

#2F4161 (or 0x2F4161) is unknown color: approx Gulf Blue. HEX triplet: 2F, 41 and 61. RGB value is (47,65,97). Sum of RGB (Red+Green+Blue) = 47+65+97=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #2F4161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4161 is #D0BE9E. Grayscale: #3F3F3F. Windows color (decimal): -13680287 or 6373679. OLE color: 6373679.

HSL color Cylindrical-coordinate representation of color #2F4161: hue angle of 218.4º 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 #2F4161 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB476597-
CMYK0.520.3300.62
HSL218.4º34.72%28.24%-
HSV(B)218.4º51.55%38.04%-
XYZ5.225.2512.05-
YUV63.27147.04116.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.49%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=22.49%
G=31.10%
B=46.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4765970.520.3300.62218.434.7228.24
Hex2F4161342103Eda231c
Octal5710114164410763324334
Binary1011111000001110000111010010000101111101101101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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