#2F3E63

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

Shades of Gulf Blue #2F3E63

Tints of Gulf Blue #2F3E63

Color information

#2F3E63 (or 0x2F3E63) is unknown color: approx Gulf Blue. HEX triplet: 2F, 3E and 63. RGB value is (47,62,99). Sum of RGB (Red+Green+Blue) = 47+62+99=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F3E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3E63 is #D0C19C. Grayscale: #3D3D3D. Windows color (decimal): -13681053 or 6503983. OLE color: 6503983.

HSL color Cylindrical-coordinate representation of color #2F3E63: hue angle of 222.69º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F3E63 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB476299-
CMYK0.530.3700.61
HSL222.69º35.62%28.63%-
HSV(B)222.69º52.53%38.82%-
XYZ5.154.9512.49-
YUV61.73149.03117.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.60%
GREEN value IS 62 (24.61% from 255) = 29.81%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=22.60%
G=29.81%
B=47.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4762990.530.3700.61222.6935.6228.63
Hex2F3E63352503Ddf241d
Octal577614365450753374435
Binary101111111110110001111010110010101111011101111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,62,99); }

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

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

 a { background-color: rgb(47,62,99); }

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

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

 span { border-color: rgb(47,62,99); }

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