#364360

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

Shades of Gulf Blue #364360

Tints of Gulf Blue #364360

Color information

#364360 (or 0x364360) is unknown color: approx Gulf Blue. HEX triplet: 36, 43 and 60. RGB value is (54,67,96). Sum of RGB (Red+Green+Blue) = 54+67+96=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #364360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364360 is #C9BC9F. Grayscale: #424242. Windows color (decimal): -13221024 or 6308662. OLE color: 6308662.

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

Color convert

RGB546796-
CMYK0.440.3000.62
HSL221.43º28%29.41%-
HSV(B)221.43º43.75%37.65%-
XYZ5.645.6411.86-
YUV66.42144.69119.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=24.88%
G=30.88%
B=44.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5467960.440.3000.62221.432829.41
Hex3643602C1E03Edd1c1d
Octal6610314054360763353435
Binary11011010000111100000101100111100111110110111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364360; }

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

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

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

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

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

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

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

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