#3A465F

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

Shades of Gulf Blue #3A465F

Tints of Gulf Blue #3A465F

Color information

#3A465F (or 0x3A465F) is unknown color: approx Gulf Blue. HEX triplet: 3A, 46 and 5F. RGB value is (58,70,95). Sum of RGB (Red+Green+Blue) = 58+70+95=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A465F is #C5B9A0. Grayscale: #454545. Windows color (decimal): -12958113 or 6243898. OLE color: 6243898.

HSL color Cylindrical-coordinate representation of color #3A465F: hue angle of 220.54º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A465F is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB587095-
CMYK0.390.2600.63
HSL220.54º24.18%30%-
HSV(B)220.54º38.95%37.25%-
XYZ66.1111.69-
YUV69.26142.52119.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=26.01%
G=31.39%
B=42.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5870950.390.2600.63220.5424.1830
Hex3A465F271A03Fdd181e
Octal7210613747320773353036
Binary11101010001101011111100111110100111111110111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A465F; }

 p { color: rgb(58,70,95); }

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

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

 a { background-color: rgb(58,70,95); }

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

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

 span { border-color: rgb(58,70,95); }

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