#354661

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

Shades of Gulf Blue #354661

Tints of Gulf Blue #354661

Color information

#354661 (or 0x354661) is unknown color: approx Gulf Blue. HEX triplet: 35, 46 and 61. RGB value is (53,70,97). Sum of RGB (Red+Green+Blue) = 53+70+97=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #354661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354661 is #CAB99E. Grayscale: #434343. Windows color (decimal): -13285791 or 6374965. OLE color: 6374965.

HSL color Cylindrical-coordinate representation of color #354661: hue angle of 216.82º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354661 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB537097-
CMYK0.450.2800.62
HSL216.82º29.33%29.41%-
HSV(B)216.82º45.36%38.04%-
XYZ5.82612.16-
YUV68144.37117.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=24.09%
G=31.82%
B=44.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5370970.450.2800.62216.8229.3329.41
Hex3546612D1C03Ed91d1d
Octal6510614155340763313535
Binary11010110001101100001101101111000111110110110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354661; }

 p { color: rgb(53,70,97); }

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

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

 a { background-color: rgb(53,70,97); }

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

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

 span { border-color: rgb(53,70,97); }

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