Html Css Color HEX #34537C St Tropaz

📋 copy color: '#34537C'

red 52 ◦ green 83 ◦ blue 124

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

Shades of St Tropaz #34537C

Tints of St Tropaz #34537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

 BLUE value IS 124 (48.83% from 255) = 47.88%

R = 20.08%
G = 32.05%
B = 47.88%

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

#34537C (or 0x34537C) is known color: St Tropaz. HEX triplet: 34, 53 and 7C. RGB value is (52,83,124). Sum of RGB (Red+Green+Blue) = 52+83+124=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #34537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34537C is #CBAC83. Grayscale: #4E4E4E. Windows color (decimal): -13347972 or 8147764. OLE color: 8147764.

HSL color Cylindrical-coordinate representation of color #34537C: hue angle of 214.17º 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 #34537C is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 83 124 -
CMYK 0.58 0.33 0 0.51
HSL 214.17º 0.41% 0.35% -
HSV(B) 214.17º 0.58% 0.49% -
XYZ 8.15 8.37 20.26 -
YUV 78.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 52 83 124 0.58 0.33 0 0.51 214.17 0.41 0.35
Hex 34 53 7C 3A 21 0 33 D6 29 23
Octal 64 123 174 72 41 0 63 326 51 43
Binary 110100 1010011 1111100 111010 100001 0 110011 11010110 101001 100011

Color Harmonies of #34537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34537C

Black with #34537C

Text Example


Text Example

White with #34537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34537C; }

 p { color: rgb(52,83,124); }

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

background-color css

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

 a { background-color: rgb(52,83,124); }

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

border-color css

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

 span { border-color: rgb(52,83,124); }

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