Html Css Color HEX #34537F St Tropaz

📋 copy color: '#34537F'

red 52 ◦ green 83 ◦ blue 127

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

Shades of St Tropaz #34537F

Tints of St Tropaz #34537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.47%

R = 19.85%
G = 31.68%
B = 48.47%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#34537F (or 0x34537F) is known color: St Tropaz. HEX triplet: 34, 53 and 7F. RGB value is (52,83,127). Sum of RGB (Red+Green+Blue) = 52+83+127=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #34537F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34537F is #CBAC80. Grayscale: #4E4E4E. Windows color (decimal): -13347969 or 8344372. OLE color: 8344372.

HSL color Cylindrical-coordinate representation of color #34537F: hue angle of 215.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34537F is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 83 127 -
CMYK 0.59 0.35 0 0.50
HSL 215.2º 0.42% 0.35% -
HSV(B) 215.2º 0.59% 0.5% -
XYZ 8.34 8.45 21.27 -
YUV 78.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 52 83 127 0.59 0.35 0 0.50 215.2 0.42 0.35
Hex 34 53 7F 3B 23 0 32 D7 2A 23
Octal 64 123 177 73 43 0 62 327 52 43
Binary 110100 1010011 1111111 111011 100011 0 110010 11010111 101010 100011

Color Harmonies of #34537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34537F

Black with #34537F

Text Example


Text Example

White with #34537F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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