#345F98

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

Shades of Mariner #345F98

Tints of Mariner #345F98

Color information

#345F98 (or 0x345F98) is unknown color: approx Mariner. HEX triplet: 34, 5F and 98. RGB value is (52,95,152). Sum of RGB (Red+Green+Blue) = 52+95+152=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #345F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F98 is #CBA067. Grayscale: #585858. Windows color (decimal): -13344872 or 9985844. OLE color: 9985844.

HSL color Cylindrical-coordinate representation of color #345F98: hue angle of 214.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #345F98 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5295152-
CMYK0.660.3800.40
HSL214.2º49.02%40%-
HSV(B)214.2º65.79%59.61%-
XYZ11.1811.1831.27-
YUV88.64163.75101.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 152 (59.77% from 255) = 50.84%
R=17.39%
G=31.77%
B=50.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52951520.660.3800.40214.249.0240
Hex345F984226028d63128
Octal64137230102460503266150
Binary1101001011111100110001000010100110010100011010110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345F98; }

 p { color: rgb(52,95,152); }

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

<style>
 a { background-color: #345F98; }

 a { background-color: rgb(52,95,152); }

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

<style>
 span { border-color: #345F98; }

 span { border-color: rgb(52,95,152); }

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