#3458A3

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

Shades of Mariner #3458A3

Tints of Mariner #3458A3

Color information

#3458A3 (or 0x3458A3) is unknown color: approx Mariner. HEX triplet: 34, 58 and A3. RGB value is (52,88,163). Sum of RGB (Red+Green+Blue) = 52+88+163=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #3458A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3458A3 is #CBA75C. Grayscale: #555555. Windows color (decimal): -13346653 or 10704948. OLE color: 10704948.

HSL color Cylindrical-coordinate representation of color #3458A3: hue angle of 220.54º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3458A3 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5288163-
CMYK0.680.4600.36
HSL220.54º51.63%42.16%-
HSV(B)220.54º68.1%63.92%-
XYZ11.5210.3536.04-
YUV85.79171.57103.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 163 (64.06% from 255) = 53.80%
R=17.16%
G=29.04%
B=53.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52881630.680.4600.36220.5451.6342.16
Hex3458A3442E024dd342a
Octal64130243104560443356452
Binary1101001011000101000111000100101110010010011011101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3458A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3458A3; }

 p { color: rgb(52,88,163); }

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

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

 a { background-color: rgb(52,88,163); }

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

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

 span { border-color: rgb(52,88,163); }

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