#3258A5

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

Shades of Mariner #3258A5

Tints of Mariner #3258A5

Color information

#3258A5 (or 0x3258A5) is unknown color: approx Mariner. HEX triplet: 32, 58 and A5. RGB value is (50,88,165). Sum of RGB (Red+Green+Blue) = 50+88+165=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 165 (64.84% from 255 or 54.46% from 303); Max value from RGB is 165 - color contains mainly: blue. Hex color #3258A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3258A5 is #CDA75A. Grayscale: #555555. Windows color (decimal): -13477723 or 10836018. OLE color: 10836018.

HSL color Cylindrical-coordinate representation of color #3258A5: hue angle of 220.17º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3258A5 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5088165-
CMYK0.700.4700.35
HSL220.17º53.49%42.16%-
HSV(B)220.17º69.7%64.71%-
XYZ11.610.3736.99-
YUV85.42172.91102.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.50%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 165 (64.84% from 255) = 54.46%
R=16.50%
G=29.04%
B=54.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal50881650.700.4700.35220.1753.4942.16
Hex3258A5462F023dc352a
Octal62130245106570433346552
Binary1100101011000101001011000110101111010001111011100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3258A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3258A5; }

 p { color: rgb(50,88,165); }

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

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

 a { background-color: rgb(50,88,165); }

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

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

 span { border-color: rgb(50,88,165); }

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