Html Css Color HEX #34547D St Tropaz

📋 copy color: '#34547D'

red 52 ◦ green 84 ◦ blue 125

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

Shades of St Tropaz #34547D

Tints of St Tropaz #34547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 19.92%
G = 32.18%
B = 47.89%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34547D (or 0x34547D) is known color: St Tropaz. HEX triplet: 34, 54 and 7D. RGB value is (52,84,125). Sum of RGB (Red+Green+Blue) = 52+84+125=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #34547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34547D is #CBAB82. Grayscale: #4E4E4E. Windows color (decimal): -13347715 or 8213556. OLE color: 8213556.

HSL color Cylindrical-coordinate representation of color #34547D: hue angle of 213.7º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34547D is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 84 125 -
CMYK 0.58 0.33 0 0.51
HSL 213.7º 0.41% 0.35% -
HSV(B) 213.7º 0.58% 0.49% -
XYZ 8.29 8.55 20.62 -
YUV 79.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 52 84 125 0.58 0.33 0 0.51 213.7 0.41 0.35
Hex 34 54 7D 3A 21 0 33 D6 29 23
Octal 64 124 175 72 41 0 63 326 51 43
Binary 110100 1010100 1111101 111010 100001 0 110011 11010110 101001 100011

Color Harmonies of #34547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34547D

Black with #34547D

Text Example


Text Example

White with #34547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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