Html Css Color HEX #345482 St Tropaz

📋 copy color: '#345482'

red 52 ◦ green 84 ◦ blue 130

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

Shades of St Tropaz #345482

Tints of St Tropaz #345482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.87%

R = 19.55%
G = 31.58%
B = 48.87%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#345482 (or 0x345482) is known color: St Tropaz. HEX triplet: 34, 54 and 82. RGB value is (52,84,130). Sum of RGB (Red+Green+Blue) = 52+84+130=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #345482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345482 is #CBAB7D. Grayscale: #4F4F4F. Windows color (decimal): -13347710 or 8541236. OLE color: 8541236.

HSL color Cylindrical-coordinate representation of color #345482: hue angle of 215.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345482 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 84 130 -
CMYK 0.60 0.35 0 0.49
HSL 215.38º 0.43% 0.36% -
HSV(B) 215.38º 0.6% 0.51% -
XYZ 8.62 8.68 22.34 -
YUV 79.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 52 84 130 0.60 0.35 0 0.49 215.38 0.43 0.36
Hex 34 54 82 3C 23 0 31 D7 2B 24
Octal 64 124 202 74 43 0 61 327 53 44
Binary 110100 1010100 10000010 111100 100011 0 110001 11010111 101011 100100

Color Harmonies of #345482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345482

Black with #345482

Text Example


Text Example

White with #345482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345482; }

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

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

background-color css

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

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

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

border-color css

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

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

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