#364057

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

Shades of Gulf Blue #364057

Tints of Gulf Blue #364057

Color information

#364057 (or 0x364057) is unknown color: approx Gulf Blue. HEX triplet: 36, 40 and 57. RGB value is (54,64,87). Sum of RGB (Red+Green+Blue) = 54+64+87=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #364057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364057 is #C9BFA8. Grayscale: #3F3F3F. Windows color (decimal): -13221801 or 5718070. OLE color: 5718070.

HSL color Cylindrical-coordinate representation of color #364057: hue angle of 221.82º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #364057 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB546487-
CMYK0.380.2600.66
HSL221.82º23.4%27.65%-
HSV(B)221.82º37.93%34.12%-
XYZ5.085.149.74-
YUV63.63141.19121.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=26.34%
G=31.22%
B=42.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5464870.380.2600.66221.8223.427.65
Hex364057261A042de171c
Octal66100127463201023362734
Binary110110100000010101111001101101001000010110111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364057; }

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

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

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

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

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

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

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

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