#353B59

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

Shades of Gulf Blue #353B59

Tints of Gulf Blue #353B59

Color information

#353B59 (or 0x353B59) is unknown color: approx Gulf Blue. HEX triplet: 35, 3B and 59. RGB value is (53,59,89). Sum of RGB (Red+Green+Blue) = 53+59+89=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #353B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B59 is #CAC4A6. Grayscale: #3C3C3C. Windows color (decimal): -13288615 or 5847861. OLE color: 5847861.

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

Color convert

RGB535989-
CMYK0.400.3400.65
HSL230º25.35%27.84%-
HSV(B)230º40.45%34.9%-
XYZ4.844.6110.09-
YUV60.63144.01122.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 59 (23.44% from 255) = 29.35%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=26.37%
G=29.35%
B=44.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5359890.400.3400.6523025.3527.84
Hex353B592822041e6191c
Octal6573131504201013463134
Binary110101111011101100110100010001001000001111001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353B59; }

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

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

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

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

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

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

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

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