#364562

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

Shades of Gulf Blue #364562

Tints of Gulf Blue #364562

Color information

#364562 (or 0x364562) is unknown color: approx Gulf Blue. HEX triplet: 36, 45 and 62. RGB value is (54,69,98). Sum of RGB (Red+Green+Blue) = 54+69+98=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #364562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364562 is #C9BA9D. Grayscale: #434343. Windows color (decimal): -13220510 or 6440246. OLE color: 6440246.

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

Color convert

RGB546998-
CMYK0.450.3000.62
HSL219.55º28.95%29.8%-
HSV(B)219.55º44.9%38.43%-
XYZ5.855.9212.39-
YUV67.82145.03118.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=24.43%
G=31.22%
B=44.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5469980.450.3000.62219.5528.9529.8
Hex3645622D1E03Edc1d1e
Octal6610514255360763343536
Binary11011010001011100010101101111100111110110111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364562; }

 p { color: rgb(54,69,98); }

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

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

 a { background-color: rgb(54,69,98); }

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

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

 span { border-color: rgb(54,69,98); }

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