Html Css Color HEX #345479 St Tropaz

📋 copy color: '#345479'

red 52 ◦ green 84 ◦ blue 121

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

Shades of St Tropaz #345479

Tints of St Tropaz #345479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.68%

 BLUE value IS 121 (47.66% from 255) = 47.08%

R = 20.23%
G = 32.68%
B = 47.08%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345479 (or 0x345479) is known color: St Tropaz. HEX triplet: 34, 54 and 79. RGB value is (52,84,121). Sum of RGB (Red+Green+Blue) = 52+84+121=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #345479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345479 is #CBAB86. Grayscale: #4E4E4E. Windows color (decimal): -13347719 or 7951412. OLE color: 7951412.

HSL color Cylindrical-coordinate representation of color #345479: hue angle of 212.17º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #345479 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 84 121 -
CMYK 0.57 0.31 0 0.53
HSL 212.17º 0.4% 0.34% -
HSV(B) 212.17º 0.57% 0.47% -
XYZ 8.04 8.45 19.3 -
YUV 78.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 52 84 121 0.57 0.31 0 0.53 212.17 0.4 0.34
Hex 34 54 79 39 1F 0 35 D4 28 22
Octal 64 124 171 71 37 0 65 324 50 42
Binary 110100 1010100 1111001 111001 11111 0 110101 11010100 101000 100010

Color Harmonies of #345479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345479

Black with #345479

Text Example


Text Example

White with #345479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345479; }

 p { color: rgb(52,84,121); }

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

background-color css

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

 a { background-color: rgb(52,84,121); }

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

border-color css

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

 span { border-color: rgb(52,84,121); }

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