#364364

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

Shades of Gulf Blue #364364

Tints of Gulf Blue #364364

Color information

#364364 (or 0x364364) is unknown color: approx Gulf Blue. HEX triplet: 36, 43 and 64. RGB value is (54,67,100). Sum of RGB (Red+Green+Blue) = 54+67+100=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #364364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364364 is #C9BC9B. Grayscale: #424242. Windows color (decimal): -13221020 or 6570806. OLE color: 6570806.

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

Color convert

RGB5467100-
CMYK0.460.3300.61
HSL223.04º29.87%30.2%-
HSV(B)223.04º46%39.22%-
XYZ5.835.7212.85-
YUV66.88146.69118.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=24.43%
G=30.32%
B=45.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54671000.460.3300.61223.0429.8730.2
Hex3643642E2103Ddf1e1e
Octal6610314456410753373636
Binary110110100001111001001011101000010111101110111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364364; }

 p { color: rgb(54,67,100); }

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

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

 a { background-color: rgb(54,67,100); }

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

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

 span { border-color: rgb(54,67,100); }

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