Html Css Color HEX #35517A St Tropaz

📋 copy color: '#35517A'

red 53 ◦ green 81 ◦ blue 122

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

Shades of St Tropaz #35517A

Tints of St Tropaz #35517A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.66%

R = 20.7%
G = 31.64%
B = 47.66%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#35517A (or 0x35517A) is known color: St Tropaz. HEX triplet: 35, 51 and 7A. RGB value is (53,81,122). Sum of RGB (Red+Green+Blue) = 53+81+122=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #35517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35517A is #CAAE85. Grayscale: #4D4D4D. Windows color (decimal): -13282950 or 8016181. OLE color: 8016181.

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

Color convert

RGB 53 81 122 -
CMYK 0.57 0.34 0 0.52
HSL 215.65º 0.39% 0.34% -
HSV(B) 215.65º 0.57% 0.48% -
XYZ 7.92 8.05 19.55 -
YUV 77.3 153.22 110.67 -
System Red Green Blue C M Y K H S L
Decimal 53 81 122 0.57 0.34 0 0.52 215.65 0.39 0.34
Hex 35 51 7A 39 22 0 34 D8 27 22
Octal 65 121 172 71 42 0 64 330 47 42
Binary 110101 1010001 1111010 111001 100010 0 110100 11011000 100111 100010

Color Harmonies of #35517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35517A

Black with #35517A

Text Example


Text Example

White with #35517A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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