#353B54

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

Shades of Gulf Blue #353B54

Tints of Gulf Blue #353B54

Color information

#353B54 (or 0x353B54) is unknown color: approx Gulf Blue. HEX triplet: 35, 3B and 54. RGB value is (53,59,84). Sum of RGB (Red+Green+Blue) = 53+59+84=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #353B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B54 is #CAC4AB. Grayscale: #3B3B3B. Windows color (decimal): -13288620 or 5520181. OLE color: 5520181.

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

Color convert

RGB535984-
CMYK0.370.3000.67
HSL228.39º22.63%26.86%-
HSV(B)228.39º36.9%32.94%-
XYZ4.634.529.02-
YUV60.06141.51122.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=27.04%
G=30.10%
B=42.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5359840.370.3000.67228.3922.6326.86
Hex353B54251E043e4171b
Octal6573124453601033442733
Binary11010111101110101001001011111001000011111001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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