Html Css Color HEX #345DA4 Mariner

📋 copy color: '#345DA4'

red 52 ◦ green 93 ◦ blue 164

#345DA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #345DA4

Tints of Mariner #345DA4

RGB

 RED value IS 52 (20.7% from 255) = 16.83%

 GREEN value IS 93 (36.72% from 255) = 30.1%

 BLUE value IS 164 (64.45% from 255) = 53.07%

R = 16.83%
G = 30.1%
B = 53.07%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#345DA4 (or 0x345DA4) is known color: Mariner. HEX triplet: 34, 5D and A4. RGB value is (52,93,164). Sum of RGB (Red+Green+Blue) = 52+93+164=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #345DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345DA4 is #CBA25B. Grayscale: #585858. Windows color (decimal): -13345372 or 10771764. OLE color: 10771764.

HSL color Cylindrical-coordinate representation of color #345DA4: hue angle of 218.04º 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 #345DA4 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 93 164 -
CMYK 0.68 0.43 0 0.36
HSL 218.04º 0.52% 0.42% -
HSV(B) 218.04º 0.68% 0.64% -
XYZ 12.03 11.24 36.66 -
YUV 88.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 52 93 164 0.68 0.43 0 0.36 218.04 0.52 0.42
Hex 34 5D A4 44 2B 0 24 DA 34 2A
Octal 64 135 244 104 53 0 44 332 64 52
Binary 110100 1011101 10100100 1000100 101011 0 100100 11011010 110100 101010

Color Harmonies of #345DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345DA4

Black with #345DA4

Text Example


Text Example

White with #345DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,93,164); }

 H1.HeaderClassName
 {
   color: #345DA4;
 }
 .AnyTagClassName
 {
   color: #345DA4;
 }
</style>

background-color css

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

 a { background-color: rgb(52,93,164); }

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

border-color css

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

 span { border-color: rgb(52,93,164); }

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