#364461

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

Shades of Gulf Blue #364461

Tints of Gulf Blue #364461

Color information

#364461 (or 0x364461) is unknown color: approx Gulf Blue. HEX triplet: 36, 44 and 61. RGB value is (54,68,97). Sum of RGB (Red+Green+Blue) = 54+68+97=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #364461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364461 is #C9BB9E. Grayscale: #424242. Windows color (decimal): -13220767 or 6374454. OLE color: 6374454.

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

Color convert

RGB546897-
CMYK0.440.3000.62
HSL220.47º28.48%29.61%-
HSV(B)220.47º44.33%38.04%-
XYZ5.755.7812.12-
YUV67.12144.86118.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=24.66%
G=31.05%
B=44.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5468970.440.3000.62220.4728.4829.61
Hex3644612C1E03Edc1c1e
Octal6610414154360763343436
Binary11011010001001100001101100111100111110110111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364461; }

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

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

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

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

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

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

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

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