#364261

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

Shades of Gulf Blue #364261

Tints of Gulf Blue #364261

Color information

#364261 (or 0x364261) is unknown color: approx Gulf Blue. HEX triplet: 36, 42 and 61. RGB value is (54,66,97). Sum of RGB (Red+Green+Blue) = 54+66+97=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #364261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364261 is #C9BD9E. Grayscale: #414141. Windows color (decimal): -13221279 or 6373942. OLE color: 6373942.

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

Color convert

RGB546697-
CMYK0.440.3200.62
HSL223.26º28.48%29.61%-
HSV(B)223.26º44.33%38.04%-
XYZ5.635.5412.08-
YUV65.95145.52119.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=24.88%
G=30.41%
B=44.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5466970.440.3200.62223.2628.4829.61
Hex3642612C2003Edf1c1e
Octal6610214154400763373436
Binary110110100001011000011011001000000111110110111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364261; }

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

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

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

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

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

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

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

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