Html Css Color HEX #345684 St Tropaz

📋 copy color: '#345684'

red 52 ◦ green 86 ◦ blue 132

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

Shades of St Tropaz #345684

Tints of St Tropaz #345684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

 BLUE value IS 132 (51.95% from 255) = 48.89%

R = 19.26%
G = 31.85%
B = 48.89%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#345684 (or 0x345684) is known color: St Tropaz. HEX triplet: 34, 56 and 84. RGB value is (52,86,132). Sum of RGB (Red+Green+Blue) = 52+86+132=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #345684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345684 is #CBA97B. Grayscale: #505050. Windows color (decimal): -13347196 or 8672820. OLE color: 8672820.

HSL color Cylindrical-coordinate representation of color #345684: hue angle of 214.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345684 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 86 132 -
CMYK 0.61 0.35 0 0.48
HSL 214.5º 0.43% 0.36% -
HSV(B) 214.5º 0.61% 0.52% -
XYZ 8.91 9.05 23.11 -
YUV 81.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 52 86 132 0.61 0.35 0 0.48 214.5 0.43 0.36
Hex 34 56 84 3D 23 0 30 D6 2B 24
Octal 64 126 204 75 43 0 60 326 53 44
Binary 110100 1010110 10000100 111101 100011 0 110000 11010110 101011 100100

Color Harmonies of #345684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345684

Black with #345684

Text Example


Text Example

White with #345684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345684; }

 p { color: rgb(52,86,132); }

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

background-color css

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

 a { background-color: rgb(52,86,132); }

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

border-color css

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

 span { border-color: rgb(52,86,132); }

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