Html Css Color HEX #35517C St Tropaz

📋 copy color: '#35517C'

red 53 ◦ green 81 ◦ blue 124

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

Shades of St Tropaz #35517C

Tints of St Tropaz #35517C

RGB

 RED value IS 53 (21.09% from 255) = 20.54%

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

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

R = 20.54%
G = 31.4%
B = 48.06%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35517C (or 0x35517C) is known color: St Tropaz. HEX triplet: 35, 51 and 7C. RGB value is (53,81,124). Sum of RGB (Red+Green+Blue) = 53+81+124=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #35517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35517C is #CAAE83. Grayscale: #4D4D4D. Windows color (decimal): -13282948 or 8147253. OLE color: 8147253.

HSL color Cylindrical-coordinate representation of color #35517C: hue angle of 216.34º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35517C is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 81 124 -
CMYK 0.57 0.35 0 0.51
HSL 216.34º 0.4% 0.35% -
HSV(B) 216.34º 0.57% 0.49% -
XYZ 8.05 8.1 20.21 -
YUV 77.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 53 81 124 0.57 0.35 0 0.51 216.34 0.4 0.35
Hex 35 51 7C 39 23 0 33 D8 28 23
Octal 65 121 174 71 43 0 63 330 50 43
Binary 110101 1010001 1111100 111001 100011 0 110011 11011000 101000 100011

Color Harmonies of #35517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35517C

Black with #35517C

Text Example


Text Example

White with #35517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,81,124); }

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

background-color css

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

 a { background-color: rgb(53,81,124); }

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

border-color css

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

 span { border-color: rgb(53,81,124); }

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