#353A54

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

Shades of Gulf Blue #353A54

Tints of Gulf Blue #353A54

Color information

#353A54 (or 0x353A54) is unknown color: approx Gulf Blue. HEX triplet: 35, 3A and 54. RGB value is (53,58,84). Sum of RGB (Red+Green+Blue) = 53+58+84=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #353A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A54 is #CAC5AB. Grayscale: #3B3B3B. Windows color (decimal): -13288876 or 5519925. OLE color: 5519925.

HSL color Cylindrical-coordinate representation of color #353A54: hue angle of 230.32º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #353A54 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB535884-
CMYK0.370.3100.67
HSL230.32º22.63%26.86%-
HSV(B)230.32º36.9%32.94%-
XYZ4.584.429-
YUV59.47141.84123.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=27.18%
G=29.74%
B=43.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5358840.370.3100.67230.3222.6326.86
Hex353A54251F043e6171b
Octal6572124453701033462733
Binary11010111101010101001001011111101000011111001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,58,84); }

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

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

 a { background-color: rgb(53,58,84); }

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

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

 span { border-color: rgb(53,58,84); }

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