#353A55

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

Shades of Gulf Blue #353A55

Tints of Gulf Blue #353A55

Color information

#353A55 (or 0x353A55) is unknown color: approx Gulf Blue. HEX triplet: 35, 3A and 55. RGB value is (53,58,85). Sum of RGB (Red+Green+Blue) = 53+58+85=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #353A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A55 is #CAC5AA. Grayscale: #3B3B3B. Windows color (decimal): -13288875 or 5585461. OLE color: 5585461.

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

Color convert

RGB535885-
CMYK0.380.3200.67
HSL230.62º23.19%27.06%-
HSV(B)230.62º37.65%33.33%-
XYZ4.624.449.21-
YUV59.58142.34123.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=27.04%
G=29.59%
B=43.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5358850.380.3200.67230.6223.1927.06
Hex353A552620043e7171b
Octal6572125464001033472733
Binary110101111010101010110011010000001000011111001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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