#2F405E

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

Shades of Gulf Blue #2F405E

Tints of Gulf Blue #2F405E

Color information

#2F405E (or 0x2F405E) is unknown color: approx Gulf Blue. HEX triplet: 2F, 40 and 5E. RGB value is (47,64,94). Sum of RGB (Red+Green+Blue) = 47+64+94=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F405E is #D0BFA1. Grayscale: #3E3E3E. Windows color (decimal): -13680546 or 6176815. OLE color: 6176815.

HSL color Cylindrical-coordinate representation of color #2F405E: hue angle of 218.3º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F405E is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB476494-
CMYK0.50.3200.63
HSL218.3º33.33%27.65%-
HSV(B)218.3º50%36.86%-
XYZ5.035.0811.31-
YUV62.34145.87117.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.93%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=22.93%
G=31.22%
B=45.85%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4764940.50.3200.63218.333.3327.65
Hex2F405E322003Fda211c
Octal5710013662400773324134
Binary1011111000000101111011001010000001111111101101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,64,94); }

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

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

 a { background-color: rgb(47,64,94); }

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

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

 span { border-color: rgb(47,64,94); }

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