#364363

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

Shades of Gulf Blue #364363

Tints of Gulf Blue #364363

Color information

#364363 (or 0x364363) is unknown color: approx Gulf Blue. HEX triplet: 36, 43 and 63. RGB value is (54,67,99). Sum of RGB (Red+Green+Blue) = 54+67+99=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #364363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364363 is #C9BC9C. Grayscale: #424242. Windows color (decimal): -13221021 or 6505270. OLE color: 6505270.

HSL color Cylindrical-coordinate representation of color #364363: hue angle of 222.67º 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 #364363 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB546799-
CMYK0.450.3200.61
HSL222.67º29.41%30%-
HSV(B)222.67º45.45%38.82%-
XYZ5.785.712.6-
YUV66.76146.19118.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 99 (39.06% from 255) = 45%
R=24.55%
G=30.45%
B=45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5467990.450.3200.61222.6729.4130
Hex3643632D2003Ddf1d1e
Octal6610314355400753373536
Binary110110100001111000111011011000000111101110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364363; }

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

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

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

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

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

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

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

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