#334460

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

Shades of Gulf Blue #334460

Tints of Gulf Blue #334460

Color information

#334460 (or 0x334460) is unknown color: approx Gulf Blue. HEX triplet: 33, 44 and 60. RGB value is (51,68,96). Sum of RGB (Red+Green+Blue) = 51+68+96=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #334460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334460 is #CCBB9F. Grayscale: #414141. Windows color (decimal): -13417376 or 6308915. OLE color: 6308915.

HSL color Cylindrical-coordinate representation of color #334460: hue angle of 217.33º 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 #334460 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB516896-
CMYK0.470.2900.62
HSL217.33º30.61%28.82%-
HSV(B)217.33º46.88%37.65%-
XYZ5.545.6811.87-
YUV66.11144.87117.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=23.72%
G=31.63%
B=44.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5168960.470.2900.62217.3330.6128.82
Hex3344602F1D03Ed91f1d
Octal6310414057350763313735
Binary11001110001001100000101111111010111110110110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334460; }

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

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

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

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

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

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

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

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