Html Css Color HEX #345076 St Tropaz

📋 copy color: '#345076'

red 52 ◦ green 80 ◦ blue 118

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

Shades of St Tropaz #345076

Tints of St Tropaz #345076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 20.8%
G = 32%
B = 47.2%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#345076 (or 0x345076) is known color: St Tropaz. HEX triplet: 34, 50 and 76. RGB value is (52,80,118). Sum of RGB (Red+Green+Blue) = 52+80+118=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #345076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345076 is #CBAF89. Grayscale: #4B4B4B. Windows color (decimal): -13348746 or 7753780. OLE color: 7753780.

HSL color Cylindrical-coordinate representation of color #345076: hue angle of 214.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345076 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 80 118 -
CMYK 0.56 0.32 0 0.54
HSL 214.55º 0.39% 0.33% -
HSV(B) 214.55º 0.56% 0.46% -
XYZ 7.55 7.78 18.24 -
YUV 75.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 52 80 118 0.56 0.32 0 0.54 214.55 0.39 0.33
Hex 34 50 76 38 20 0 36 D7 27 21
Octal 64 120 166 70 40 0 66 327 47 41
Binary 110100 1010000 1110110 111000 100000 0 110110 11010111 100111 100001

Color Harmonies of #345076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345076

Black with #345076

Text Example


Text Example

White with #345076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345076; }

 p { color: rgb(52,80,118); }

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

background-color css

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

 a { background-color: rgb(52,80,118); }

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

border-color css

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

 span { border-color: rgb(52,80,118); }

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