#354259

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

Shades of Gulf Blue #354259

Tints of Gulf Blue #354259

Color information

#354259 (or 0x354259) is unknown color: approx Gulf Blue. HEX triplet: 35, 42 and 59. RGB value is (53,66,89). Sum of RGB (Red+Green+Blue) = 53+66+89=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #354259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354259 is #CABDA6. Grayscale: #404040. Windows color (decimal): -13286823 or 5849653. OLE color: 5849653.

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

Color convert

RGB536689-
CMYK0.400.2600.65
HSL218.33º25.35%27.84%-
HSV(B)218.33º40.45%34.9%-
XYZ5.225.3710.21-
YUV64.74141.69119.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.48%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=25.48%
G=31.73%
B=42.79%

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
Decimal5366890.400.2600.65218.3325.3527.84
Hex354259281A041da191c
Octal65102131503201013323134
Binary110101100001010110011010001101001000001110110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354259; }

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

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

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

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

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

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

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

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