#354258

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

Shades of Gulf Blue #354258

Tints of Gulf Blue #354258

Color information

#354258 (or 0x354258) is unknown color: approx Gulf Blue. HEX triplet: 35, 42 and 58. RGB value is (53,66,88). Sum of RGB (Red+Green+Blue) = 53+66+88=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #354258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354258 is #CABDA7. Grayscale: #404040. Windows color (decimal): -13286824 or 5784117. OLE color: 5784117.

HSL color Cylindrical-coordinate representation of color #354258: hue angle of 217.71º 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 #354258 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB536688-
CMYK0.400.2500.65
HSL217.71º24.82%27.65%-
HSV(B)217.71º39.77%34.51%-
XYZ5.185.369.99-
YUV64.62141.19119.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=25.60%
G=31.88%
B=42.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5366880.400.2500.65217.7124.8227.65
Hex3542582819041da191c
Octal65102130503101013323134
Binary110101100001010110001010001100101000001110110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354258; }

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

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

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

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

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

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

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

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