#364362

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

Shades of Gulf Blue #364362

Tints of Gulf Blue #364362

Color information

#364362 (or 0x364362) is unknown color: approx Gulf Blue. HEX triplet: 36, 43 and 62. RGB value is (54,67,98). Sum of RGB (Red+Green+Blue) = 54+67+98=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #364362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364362 is #C9BC9D. Grayscale: #424242. Windows color (decimal): -13221022 or 6439734. OLE color: 6439734.

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

Color convert

RGB546798-
CMYK0.450.3200.62
HSL222.27º28.95%29.8%-
HSV(B)222.27º44.9%38.43%-
XYZ5.735.6812.35-
YUV66.65145.69118.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=24.66%
G=30.59%
B=44.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5467980.450.3200.62222.2728.9529.8
Hex3643622D2003Ede1d1e
Octal6610314255400763363536
Binary110110100001111000101011011000000111110110111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364362; }

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

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

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

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

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

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

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

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