#354361

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

Shades of Gulf Blue #354361

Tints of Gulf Blue #354361

Color information

#354361 (or 0x354361) is unknown color: approx Gulf Blue. HEX triplet: 35, 43 and 61. RGB value is (53,67,97). Sum of RGB (Red+Green+Blue) = 53+67+97=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #354361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354361 is #CABC9E. Grayscale: #424242. Windows color (decimal): -13286559 or 6374197. OLE color: 6374197.

HSL color Cylindrical-coordinate representation of color #354361: hue angle of 220.91º 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 #354361 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB536797-
CMYK0.450.3100.62
HSL220.91º29.33%29.41%-
HSV(B)220.91º45.36%38.04%-
XYZ5.635.6312.1-
YUV66.23145.36118.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=24.42%
G=30.88%
B=44.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5367970.450.3100.62220.9129.3329.41
Hex3543612D1F03Edd1d1d
Octal6510314155370763353535
Binary11010110000111100001101101111110111110110111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354361; }

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

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

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

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

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

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

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

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