#364463

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

Shades of Gulf Blue #364463

Tints of Gulf Blue #364463

Color information

#364463 (or 0x364463) is unknown color: approx Gulf Blue. HEX triplet: 36, 44 and 63. RGB value is (54,68,99). Sum of RGB (Red+Green+Blue) = 54+68+99=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #364463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364463 is #C9BB9C. Grayscale: #434343. Windows color (decimal): -13220765 or 6505526. OLE color: 6505526.

HSL color Cylindrical-coordinate representation of color #364463: hue angle of 221.33º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #364463 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB546899-
CMYK0.450.3100.61
HSL221.33º29.41%30%-
HSV(B)221.33º45.45%38.82%-
XYZ5.845.8212.62-
YUV67.35145.86118.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=24.43%
G=30.77%
B=44.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5468990.450.3100.61221.3329.4130
Hex3644632D1F03Ddd1d1e
Octal6610414355370753353536
Binary11011010001001100011101101111110111101110111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364463; }

 p { color: rgb(54,68,99); }

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

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

 a { background-color: rgb(54,68,99); }

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

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

 span { border-color: rgb(54,68,99); }

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