Html Css Color HEX #34507A St Tropaz

📋 copy color: '#34507A'

red 52 ◦ green 80 ◦ blue 122

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

Shades of St Tropaz #34507A

Tints of St Tropaz #34507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 48.03%

R = 20.47%
G = 31.5%
B = 48.03%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34507A (or 0x34507A) is known color: St Tropaz. HEX triplet: 34, 50 and 7A. RGB value is (52,80,122). Sum of RGB (Red+Green+Blue) = 52+80+122=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #34507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34507A is #CBAF85. Grayscale: #4C4C4C. Windows color (decimal): -13348742 or 8015924. OLE color: 8015924.

HSL color Cylindrical-coordinate representation of color #34507A: hue angle of 216º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34507A is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 80 122 -
CMYK 0.57 0.34 0 0.52
HSL 216º 0.4% 0.34% -
HSV(B) 216º 0.57% 0.48% -
XYZ 7.8 7.87 19.52 -
YUV 76.42 153.72 110.58 -
System Red Green Blue C M Y K H S L
Decimal 52 80 122 0.57 0.34 0 0.52 216 0.4 0.34
Hex 34 50 7A 39 22 0 34 D8 28 22
Octal 64 120 172 71 42 0 64 330 50 42
Binary 110100 1010000 1111010 111001 100010 0 110100 11011000 101000 100010

Color Harmonies of #34507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34507A

Black with #34507A

Text Example


Text Example

White with #34507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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