Html Css Color HEX #345584 St Tropaz

📋 copy color: '#345584'

red 52 ◦ green 85 ◦ blue 132

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

Shades of St Tropaz #345584

Tints of St Tropaz #345584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

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

R = 19.33%
G = 31.6%
B = 49.07%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#345584 (or 0x345584) is known color: St Tropaz. HEX triplet: 34, 55 and 84. RGB value is (52,85,132). Sum of RGB (Red+Green+Blue) = 52+85+132=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #345584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345584 is #CBAA7B. Grayscale: #505050. Windows color (decimal): -13347452 or 8672564. OLE color: 8672564.

HSL color Cylindrical-coordinate representation of color #345584: hue angle of 215.25º 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 #345584 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 85 132 -
CMYK 0.61 0.36 0 0.48
HSL 215.25º 0.43% 0.36% -
HSV(B) 215.25º 0.61% 0.52% -
XYZ 8.83 8.89 23.08 -
YUV 80.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 52 85 132 0.61 0.36 0 0.48 215.25 0.43 0.36
Hex 34 55 84 3D 24 0 30 D7 2B 24
Octal 64 125 204 75 44 0 60 327 53 44
Binary 110100 1010101 10000100 111101 100100 0 110000 11010111 101011 100100

Color Harmonies of #345584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345584

Black with #345584

Text Example


Text Example

White with #345584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345584; }

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

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

background-color css

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

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

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

border-color css

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

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

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