#364565

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

Shades of Gulf Blue #364565

Tints of Gulf Blue #364565

Color information

#364565 (or 0x364565) is unknown color: approx Gulf Blue. HEX triplet: 36, 45 and 65. RGB value is (54,69,101). Sum of RGB (Red+Green+Blue) = 54+69+101=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #364565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364565 is #C9BA9A. Grayscale: #444444. Windows color (decimal): -13220507 or 6636854. OLE color: 6636854.

HSL color Cylindrical-coordinate representation of color #364565: hue angle of 220.85º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #364565 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5469101-
CMYK0.470.3200.60
HSL220.85º30.32%30.39%-
HSV(B)220.85º46.53%39.61%-
XYZ65.9813.15-
YUV68.16146.53117.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=24.11%
G=30.80%
B=45.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54691010.470.3200.60220.8530.3230.39
Hex3645652F2003Cdd1e1e
Octal6610514557400743353636
Binary110110100010111001011011111000000111100110111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364565; }

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

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

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

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

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

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

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

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