Html Css Color HEX #345C97 Mariner

📋 copy color: '#345C97'

red 52 ◦ green 92 ◦ blue 151

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

Shades of Mariner #345C97

Tints of Mariner #345C97

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

 BLUE value IS 151 (59.38% from 255) = 51.19%

R = 17.63%
G = 31.19%
B = 51.19%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#345C97 (or 0x345C97) is known color: Mariner. HEX triplet: 34, 5C and 97. RGB value is (52,92,151). Sum of RGB (Red+Green+Blue) = 52+92+151=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #345C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C97 is #CBA368. Grayscale: #565656. Windows color (decimal): -13345641 or 9919540. OLE color: 9919540.

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

Color convert

RGB 52 92 151 -
CMYK 0.66 0.39 0 0.41
HSL 215.76º 0.49% 0.4% -
HSV(B) 215.76º 0.66% 0.59% -
XYZ 10.83 10.62 30.76 -
YUV 86.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 52 92 151 0.66 0.39 0 0.41 215.76 0.49 0.4
Hex 34 5C 97 42 27 0 29 D8 31 28
Octal 64 134 227 102 47 0 51 330 61 50
Binary 110100 1011100 10010111 1000010 100111 0 101001 11011000 110001 101000

Color Harmonies of #345C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C97

Black with #345C97

Text Example


Text Example

White with #345C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,92,151); }

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

background-color css

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

 a { background-color: rgb(52,92,151); }

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

border-color css

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

 span { border-color: rgb(52,92,151); }

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