#3A5CB1

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

Shades of Mariner #3A5CB1

Tints of Mariner #3A5CB1

Color information

#3A5CB1 (or 0x3A5CB1) is unknown color: approx Mariner. HEX triplet: 3A, 5C and B1. RGB value is (58,92,177). Sum of RGB (Red+Green+Blue) = 58+92+177=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A5CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5CB1 is #C5A34E. Grayscale: #5B5B5B. Windows color (decimal): -12952399 or 11623482. OLE color: 11623482.

HSL color Cylindrical-coordinate representation of color #3A5CB1: hue angle of 222.86º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A5CB1 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5892177-
CMYK0.670.4800.31
HSL222.86º50.64%46.08%-
HSV(B)222.86º67.23%69.41%-
XYZ13.5111.7343.15-
YUV91.52176.24104.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.74%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 177 (69.53% from 255) = 54.13%
R=17.74%
G=28.13%
B=54.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58921770.670.4800.31222.8650.6446.08
Hex3A5CB1433001Fdf332e
Octal72134261103600373376356
Binary111010101110010110001100001111000001111111011111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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