#353C54

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

Shades of Gulf Blue #353C54

Tints of Gulf Blue #353C54

Color information

#353C54 (or 0x353C54) is unknown color: approx Gulf Blue. HEX triplet: 35, 3C and 54. RGB value is (53,60,84). Sum of RGB (Red+Green+Blue) = 53+60+84=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #353C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C54 is #CAC3AB. Grayscale: #3C3C3C. Windows color (decimal): -13288364 or 5520437. OLE color: 5520437.

HSL color Cylindrical-coordinate representation of color #353C54: hue angle of 226.45º 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 #353C54 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB536084-
CMYK0.370.2900.67
HSL226.45º22.63%26.86%-
HSV(B)226.45º36.9%32.94%-
XYZ4.684.639.03-
YUV60.64141.18122.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=26.90%
G=30.46%
B=42.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5360840.370.2900.67226.4522.6326.86
Hex353C54251D043e2171b
Octal6574124453501033422733
Binary11010111110010101001001011110101000011111000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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