#354158

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

Shades of Gulf Blue #354158

Tints of Gulf Blue #354158

Color information

#354158 (or 0x354158) is unknown color: approx Gulf Blue. HEX triplet: 35, 41 and 58. RGB value is (53,65,88). Sum of RGB (Red+Green+Blue) = 53+65+88=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #354158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354158 is #CABEA7. Grayscale: #3F3F3F. Windows color (decimal): -13287080 or 5783861. OLE color: 5783861.

HSL color Cylindrical-coordinate representation of color #354158: hue angle of 219.43º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354158 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB536588-
CMYK0.400.2600.65
HSL219.43º24.82%27.65%-
HSV(B)219.43º39.77%34.51%-
XYZ5.125.249.97-
YUV64.03141.52120.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=25.73%
G=31.55%
B=42.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5365880.400.2600.65219.4324.8227.65
Hex354158281A041db191c
Octal65101130503201013333134
Binary110101100000110110001010001101001000001110110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354158; }

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

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

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

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

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

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

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

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