#364359

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

Shades of Gulf Blue #364359

Tints of Gulf Blue #364359

Color information

#364359 (or 0x364359) is unknown color: approx Gulf Blue. HEX triplet: 36, 43 and 59. RGB value is (54,67,89). Sum of RGB (Red+Green+Blue) = 54+67+89=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #364359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364359 is #C9BCA6. Grayscale: #414141. Windows color (decimal): -13221031 or 5849910. OLE color: 5849910.

HSL color Cylindrical-coordinate representation of color #364359: hue angle of 217.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364359 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB546789-
CMYK0.390.2500.65
HSL217.71º24.48%28.04%-
HSV(B)217.71º39.33%34.9%-
XYZ5.335.5210.24-
YUV65.62141.19119.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=25.71%
G=31.90%
B=42.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5467890.390.2500.65217.7124.4828.04
Hex3643592719041da181c
Octal66103131473101013323034
Binary110110100001110110011001111100101000001110110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364359; }

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

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

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

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

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

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

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

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