#334059

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

Shades of Gulf Blue #334059

Tints of Gulf Blue #334059

Color information

#334059 (or 0x334059) is unknown color: approx Gulf Blue. HEX triplet: 33, 40 and 59. RGB value is (51,64,89). Sum of RGB (Red+Green+Blue) = 51+64+89=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #334059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334059 is #CCBFA6. Grayscale: #3E3E3E. Windows color (decimal): -13418407 or 5849139. OLE color: 5849139.

HSL color Cylindrical-coordinate representation of color #334059: hue angle of 219.47º 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 #334059 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB516489-
CMYK0.430.2800.65
HSL219.47º27.14%27.45%-
HSV(B)219.47º42.7%34.9%-
XYZ55.0910.17-
YUV62.96142.69119.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=25%
G=31.37%
B=43.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5164890.430.2800.65219.4727.1427.45
Hex3340592B1C041db1b1b
Octal63100131533401013333333
Binary110011100000010110011010111110001000001110110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334059; }

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

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

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

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

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

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

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

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