Html Css Color HEX #34517B St Tropaz

📋 copy color: '#34517B'

red 52 ◦ green 81 ◦ blue 123

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

Shades of St Tropaz #34517B

Tints of St Tropaz #34517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 123 (48.44% from 255) = 48.05%

R = 20.31%
G = 31.64%
B = 48.05%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34517B (or 0x34517B) is known color: St Tropaz. HEX triplet: 34, 51 and 7B. RGB value is (52,81,123). Sum of RGB (Red+Green+Blue) = 52+81+123=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #34517B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34517B is #CBAE84. Grayscale: #4C4C4C. Windows color (decimal): -13348485 or 8081716. OLE color: 8081716.

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

Color convert

RGB 52 81 123 -
CMYK 0.58 0.34 0 0.52
HSL 215.49º 0.41% 0.34% -
HSV(B) 215.49º 0.58% 0.48% -
XYZ 7.93 8.04 19.87 -
YUV 77.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 52 81 123 0.58 0.34 0 0.52 215.49 0.41 0.34
Hex 34 51 7B 3A 22 0 34 D7 29 22
Octal 64 121 173 72 42 0 64 327 51 42
Binary 110100 1010001 1111011 111010 100010 0 110100 11010111 101001 100010

Color Harmonies of #34517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34517B

Black with #34517B

Text Example


Text Example

White with #34517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34517B; }

 p { color: rgb(52,81,123); }

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

background-color css

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

 a { background-color: rgb(52,81,123); }

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

border-color css

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

 span { border-color: rgb(52,81,123); }

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