#364258

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

Shades of Gulf Blue #364258

Tints of Gulf Blue #364258

Color information

#364258 (or 0x364258) is unknown color: approx Gulf Blue. HEX triplet: 36, 42 and 58. RGB value is (54,66,88). Sum of RGB (Red+Green+Blue) = 54+66+88=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #364258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364258 is #C9BDA7. Grayscale: #404040. Windows color (decimal): -13221288 or 5784118. OLE color: 5784118.

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

Color convert

RGB546688-
CMYK0.390.2500.65
HSL218.82º23.94%27.84%-
HSV(B)218.82º38.64%34.51%-
XYZ5.235.3910-
YUV64.92141.02120.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=25.96%
G=31.73%
B=42.31%

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
Decimal5466880.390.2500.65218.8223.9427.84
Hex3642582719041db181c
Octal66102130473101013333034
Binary110110100001010110001001111100101000001110110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364258; }

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

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

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

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

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

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

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

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