#2F4263

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

Shades of Gulf Blue #2F4263

Tints of Gulf Blue #2F4263

Color information

#2F4263 (or 0x2F4263) is unknown color: approx Gulf Blue. HEX triplet: 2F, 42 and 63. RGB value is (47,66,99). Sum of RGB (Red+Green+Blue) = 47+66+99=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F4263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4263 is #D0BD9C. Grayscale: #3F3F3F. Windows color (decimal): -13680029 or 6505007. OLE color: 6505007.

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

Color convert

RGB476699-
CMYK0.530.3300.61
HSL218.08º35.62%28.63%-
HSV(B)218.08º52.53%38.82%-
XYZ5.375.412.56-
YUV64.08147.71115.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.17%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=22.17%
G=31.13%
B=46.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4766990.530.3300.61218.0835.6228.63
Hex2F4263352103Dda241d
Octal5710214365410753324435
Binary1011111000010110001111010110000101111011101101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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