Html Css Color HEX #35527C St Tropaz

📋 copy color: '#35527C'

red 53 ◦ green 82 ◦ blue 124

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

Shades of St Tropaz #35527C

Tints of St Tropaz #35527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.66%

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

R = 20.46%
G = 31.66%
B = 47.88%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35527C (or 0x35527C) is known color: St Tropaz. HEX triplet: 35, 52 and 7C. RGB value is (53,82,124). Sum of RGB (Red+Green+Blue) = 53+82+124=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 82 (32.42% from 255 or 31.66% 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 #35527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35527C is #CAAD83. Grayscale: #4D4D4D. Windows color (decimal): -13282692 or 8147509. OLE color: 8147509.

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

Color convert

RGB 53 82 124 -
CMYK 0.57 0.34 0 0.51
HSL 215.49º 0.4% 0.35% -
HSV(B) 215.49º 0.57% 0.49% -
XYZ 8.12 8.25 20.23 -
YUV 78.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 53 82 124 0.57 0.34 0 0.51 215.49 0.4 0.35
Hex 35 52 7C 39 22 0 33 D7 28 23
Octal 65 122 174 71 42 0 63 327 50 43
Binary 110101 1010010 1111100 111001 100010 0 110011 11010111 101000 100011

Color Harmonies of #35527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35527C

Black with #35527C

Text Example


Text Example

White with #35527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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