#354160

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

Shades of Gulf Blue #354160

Tints of Gulf Blue #354160

Color information

#354160 (or 0x354160) is unknown color: approx Gulf Blue. HEX triplet: 35, 41 and 60. RGB value is (53,65,96). Sum of RGB (Red+Green+Blue) = 53+65+96=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #354160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354160 is #CABE9F. Grayscale: #404040. Windows color (decimal): -13287072 or 6308149. OLE color: 6308149.

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

Color convert

RGB536596-
CMYK0.450.3200.62
HSL223.26º28.86%29.22%-
HSV(B)223.26º44.79%37.65%-
XYZ5.475.3811.82-
YUV64.95145.52119.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=24.77%
G=30.37%
B=44.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5365960.450.3200.62223.2628.8629.22
Hex3541602D2003Edf1d1d
Octal6510114055400763373535
Binary110101100000111000001011011000000111110110111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354160; }

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

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

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

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

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

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

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

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