#364060

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

Shades of Gulf Blue #364060

Tints of Gulf Blue #364060

Color information

#364060 (or 0x364060) is unknown color: approx Gulf Blue. HEX triplet: 36, 40 and 60. RGB value is (54,64,96). Sum of RGB (Red+Green+Blue) = 54+64+96=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #364060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364060 is #C9BF9F. Grayscale: #404040. Windows color (decimal): -13221792 or 6307894. OLE color: 6307894.

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

Color convert

RGB546496-
CMYK0.440.3300.62
HSL225.71º28%29.41%-
HSV(B)225.71º43.75%37.65%-
XYZ5.475.311.8-
YUV64.66145.69120.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=25.23%
G=29.91%
B=44.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5464960.440.3300.62225.712829.41
Hex3640602C2103Ee21c1d
Octal6610014054410763423435
Binary110110100000011000001011001000010111110111000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364060; }

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

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

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

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

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

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

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

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