Html Css Color HEX #345481 St Tropaz

📋 copy color: '#345481'

red 52 ◦ green 84 ◦ blue 129

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

Shades of St Tropaz #345481

Tints of St Tropaz #345481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 48.68%

R = 19.62%
G = 31.7%
B = 48.68%

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

#345481 (or 0x345481) is known color: St Tropaz. HEX triplet: 34, 54 and 81. RGB value is (52,84,129). Sum of RGB (Red+Green+Blue) = 52+84+129=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #345481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345481 is #CBAB7E. Grayscale: #4F4F4F. Windows color (decimal): -13347711 or 8475700. OLE color: 8475700.

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

Color convert

RGB 52 84 129 -
CMYK 0.60 0.35 0 0.49
HSL 215.06º 0.43% 0.35% -
HSV(B) 215.06º 0.6% 0.51% -
XYZ 8.55 8.66 21.99 -
YUV 79.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 52 84 129 0.60 0.35 0 0.49 215.06 0.43 0.35
Hex 34 54 81 3C 23 0 31 D7 2B 23
Octal 64 124 201 74 43 0 61 327 53 43
Binary 110100 1010100 10000001 111100 100011 0 110001 11010111 101011 100011

Color Harmonies of #345481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345481

Black with #345481

Text Example


Text Example

White with #345481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345481; }

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

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

background-color css

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

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

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

border-color css

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

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

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