#353955

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

Shades of Gulf Blue #353955

Tints of Gulf Blue #353955

Color information

#353955 (or 0x353955) is unknown color: approx Gulf Blue. HEX triplet: 35, 39 and 55. RGB value is (53,57,85). Sum of RGB (Red+Green+Blue) = 53+57+85=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #353955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353955 is #CAC6AA. Grayscale: #3A3A3A. Windows color (decimal): -13289131 or 5585205. OLE color: 5585205.

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

Color convert

RGB535785-
CMYK0.380.3300.67
HSL232.5º23.19%27.06%-
HSV(B)232.5º37.65%33.33%-
XYZ4.574.349.19-
YUV59142.67123.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=27.18%
G=29.23%
B=43.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5357850.380.3300.67232.523.1927.06
Hex3539552621043e8171b
Octal6571125464101033502733
Binary110101111001101010110011010000101000011111010001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353955; }

 p { color: rgb(53,57,85); }

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

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

 a { background-color: rgb(53,57,85); }

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

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

 span { border-color: rgb(53,57,85); }

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