#364260

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

Shades of Gulf Blue #364260

Tints of Gulf Blue #364260

Color information

#364260 (or 0x364260) is unknown color: approx Gulf Blue. HEX triplet: 36, 42 and 60. RGB value is (54,66,96). Sum of RGB (Red+Green+Blue) = 54+66+96=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #364260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364260 is #C9BD9F. Grayscale: #414141. Windows color (decimal): -13221280 or 6308406. OLE color: 6308406.

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

Color convert

RGB546696-
CMYK0.440.3100.62
HSL222.86º28%29.41%-
HSV(B)222.86º43.75%37.65%-
XYZ5.585.5311.84-
YUV65.83145.02119.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=25%
G=30.56%
B=44.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5466960.440.3100.62222.862829.41
Hex3642602C1F03Edf1c1d
Octal6610214054370763373435
Binary11011010000101100000101100111110111110110111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364260; }

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

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

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

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

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

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

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

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