#354460

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

Shades of Gulf Blue #354460

Tints of Gulf Blue #354460

Color information

#354460 (or 0x354460) is unknown color: approx Gulf Blue. HEX triplet: 35, 44 and 60. RGB value is (53,68,96). Sum of RGB (Red+Green+Blue) = 53+68+96=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #354460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354460 is #CABB9F. Grayscale: #424242. Windows color (decimal): -13286304 or 6308917. OLE color: 6308917.

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

Color convert

RGB536896-
CMYK0.450.2900.62
HSL219.07º28.86%29.22%-
HSV(B)219.07º44.79%37.65%-
XYZ5.655.7411.88-
YUV66.71144.53118.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=24.42%
G=31.34%
B=44.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5368960.450.2900.62219.0728.8629.22
Hex3544602D1D03Edb1d1d
Octal6510414055350763333535
Binary11010110001001100000101101111010111110110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354460; }

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

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

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

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

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

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

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

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