#334159

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

Shades of Gulf Blue #334159

Tints of Gulf Blue #334159

Color information

#334159 (or 0x334159) is unknown color: approx Gulf Blue. HEX triplet: 33, 41 and 59. RGB value is (51,65,89). Sum of RGB (Red+Green+Blue) = 51+65+89=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #334159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334159 is #CCBEA6. Grayscale: #3F3F3F. Windows color (decimal): -13418151 or 5849395. OLE color: 5849395.

HSL color Cylindrical-coordinate representation of color #334159: hue angle of 217.89º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334159 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB516589-
CMYK0.430.2700.65
HSL217.89º27.14%27.45%-
HSV(B)217.89º42.7%34.9%-
XYZ5.065.2110.19-
YUV63.55142.36119.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=24.88%
G=31.71%
B=43.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5165890.430.2700.65217.8927.1427.45
Hex3341592B1B041da1b1b
Octal63101131533301013323333
Binary110011100000110110011010111101101000001110110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334159; }

 p { color: rgb(51,65,89); }

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

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

 a { background-color: rgb(51,65,89); }

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

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

 span { border-color: rgb(51,65,89); }

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