#364259

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

Shades of Gulf Blue #364259

Tints of Gulf Blue #364259

Color information

#364259 (or 0x364259) is unknown color: approx Gulf Blue. HEX triplet: 36, 42 and 59. RGB value is (54,66,89). Sum of RGB (Red+Green+Blue) = 54+66+89=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #364259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364259 is #C9BDA6. Grayscale: #404040. Windows color (decimal): -13221287 or 5849654. OLE color: 5849654.

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

Color convert

RGB546689-
CMYK0.390.2600.65
HSL219.43º24.48%28.04%-
HSV(B)219.43º39.33%34.9%-
XYZ5.275.410.22-
YUV65.03141.52120.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=25.84%
G=31.58%
B=42.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5466890.390.2600.65219.4324.4828.04
Hex364259271A041db181c
Octal66102131473201013333034
Binary110110100001010110011001111101001000001110110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364259; }

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

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

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

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

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

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

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

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