Html Css Color HEX #345A84 St Tropaz

📋 copy color: '#345A84'

red 52 ◦ green 90 ◦ blue 132

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

Shades of St Tropaz #345A84

Tints of St Tropaz #345A84

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

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

R = 18.98%
G = 32.85%
B = 48.18%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#345A84 (or 0x345A84) is known color: St Tropaz. HEX triplet: 34, 5A and 84. RGB value is (52,90,132). Sum of RGB (Red+Green+Blue) = 52+90+132=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #345A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A84 is #CBA57B. Grayscale: #535353. Windows color (decimal): -13346172 or 8673844. OLE color: 8673844.

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

Color convert

RGB 52 90 132 -
CMYK 0.61 0.32 0 0.48
HSL 211.5º 0.43% 0.36% -
HSV(B) 211.5º 0.61% 0.52% -
XYZ 9.24 9.71 23.22 -
YUV 83.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 52 90 132 0.61 0.32 0 0.48 211.5 0.43 0.36
Hex 34 5A 84 3D 20 0 30 D4 2B 24
Octal 64 132 204 75 40 0 60 324 53 44
Binary 110100 1011010 10000100 111101 100000 0 110000 11010100 101011 100100

Color Harmonies of #345A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A84

Black with #345A84

Text Example


Text Example

White with #345A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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