#3A5CAB

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

Shades of Mariner #3A5CAB

Tints of Mariner #3A5CAB

Color information

#3A5CAB (or 0x3A5CAB) is unknown color: approx Mariner. HEX triplet: 3A, 5C and AB. RGB value is (58,92,171). Sum of RGB (Red+Green+Blue) = 58+92+171=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A5CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5CAB is #C5A354. Grayscale: #5A5A5A. Windows color (decimal): -12952405 or 11230266. OLE color: 11230266.

HSL color Cylindrical-coordinate representation of color #3A5CAB: hue angle of 221.95º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A5CAB is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5892171-
CMYK0.660.4600.33
HSL221.95º49.34%44.9%-
HSV(B)221.95º66.08%67.06%-
XYZ12.9211.4940.07-
YUV90.84173.24104.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=18.07%
G=28.66%
B=53.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58921710.660.4600.33221.9549.3444.9
Hex3A5CAB422E021de312d
Octal72134253102560413366155
Binary1110101011100101010111000010101110010000111011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,92,171); }

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

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

 a { background-color: rgb(58,92,171); }

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

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

 span { border-color: rgb(58,92,171); }

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