#334060

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

Shades of Gulf Blue #334060

Tints of Gulf Blue #334060

Color information

#334060 (or 0x334060) is unknown color: approx Gulf Blue. HEX triplet: 33, 40 and 60. RGB value is (51,64,96). Sum of RGB (Red+Green+Blue) = 51+64+96=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #334060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334060 is #CCBF9F. Grayscale: #3F3F3F. Windows color (decimal): -13418400 or 6307891. OLE color: 6307891.

HSL color Cylindrical-coordinate representation of color #334060: hue angle of 222.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #334060 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB516496-
CMYK0.470.3300.62
HSL222.67º30.61%28.82%-
HSV(B)222.67º46.88%37.65%-
XYZ5.315.2211.79-
YUV63.76146.19118.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=24.17%
G=30.33%
B=45.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5164960.470.3300.62222.6730.6128.82
Hex3340602F2103Edf1f1d
Octal6310014057410763373735
Binary110011100000011000001011111000010111110110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334060; }

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

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

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

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

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

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

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

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