#364058

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

Shades of Gulf Blue #364058

Tints of Gulf Blue #364058

Color information

#364058 (or 0x364058) is unknown color: approx Gulf Blue. HEX triplet: 36, 40 and 58. RGB value is (54,64,88). Sum of RGB (Red+Green+Blue) = 54+64+88=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #364058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364058 is #C9BFA7. Grayscale: #3F3F3F. Windows color (decimal): -13221800 or 5783606. OLE color: 5783606.

HSL color Cylindrical-coordinate representation of color #364058: hue angle of 222.35º 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 #364058 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB546488-
CMYK0.390.2700.65
HSL222.35º23.94%27.84%-
HSV(B)222.35º38.64%34.51%-
XYZ5.125.169.96-
YUV63.75141.69121.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=26.21%
G=31.07%
B=42.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5464880.390.2700.65222.3523.9427.84
Hex364058271B041de181c
Octal66100130473301013363034
Binary110110100000010110001001111101101000001110111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364058; }

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

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

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

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

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

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

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

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