#364660

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

Shades of Gulf Blue #364660

Tints of Gulf Blue #364660

Color information

#364660 (or 0x364660) is unknown color: approx Gulf Blue. HEX triplet: 36, 46 and 60. RGB value is (54,70,96). Sum of RGB (Red+Green+Blue) = 54+70+96=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #364660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364660 is #C9B99F. Grayscale: #444444. Windows color (decimal): -13220256 or 6309430. OLE color: 6309430.

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

Color convert

RGB547096-
CMYK0.440.2700.62
HSL217.14º28%29.41%-
HSV(B)217.14º43.75%37.65%-
XYZ5.826.0111.92-
YUV68.18143.7117.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=24.55%
G=31.82%
B=43.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5470960.440.2700.62217.142829.41
Hex3646602C1B03Ed91c1d
Octal6610614054330763313435
Binary11011010001101100000101100110110111110110110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364660; }

 p { color: rgb(54,70,96); }

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

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

 a { background-color: rgb(54,70,96); }

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

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

 span { border-color: rgb(54,70,96); }

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