Html Css Color HEX #35557D St Tropaz

📋 copy color: '#35557D'

red 53 ◦ green 85 ◦ blue 125

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

Shades of St Tropaz #35557D

Tints of St Tropaz #35557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 20.15%
G = 32.32%
B = 47.53%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35557D (or 0x35557D) is known color: St Tropaz. HEX triplet: 35, 55 and 7D. RGB value is (53,85,125). Sum of RGB (Red+Green+Blue) = 53+85+125=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #35557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35557D is #CAAA82. Grayscale: #4F4F4F. Windows color (decimal): -13281923 or 8213813. OLE color: 8213813.

HSL color Cylindrical-coordinate representation of color #35557D: hue angle of 213.33º degrees, saturation: 0.4, 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 #35557D is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 85 125 -
CMYK 0.58 0.32 0 0.51
HSL 213.33º 0.4% 0.35% -
HSV(B) 213.33º 0.58% 0.49% -
XYZ 8.42 8.73 20.64 -
YUV 79.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 53 85 125 0.58 0.32 0 0.51 213.33 0.4 0.35
Hex 35 55 7D 3A 20 0 33 D5 28 23
Octal 65 125 175 72 40 0 63 325 50 43
Binary 110101 1010101 1111101 111010 100000 0 110011 11010101 101000 100011

Color Harmonies of #35557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35557D

Black with #35557D

Text Example


Text Example

White with #35557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35557D; }

 p { color: rgb(53,85,125); }

 H1.HeaderClassName
 {
   color: #35557D;
 }
 .AnyTagClassName
 {
   color: #35557D;
 }
</style>

background-color css

<style>
 a { background-color: #35557D; }

 a { background-color: rgb(53,85,125); }

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

border-color css

<style>
 span { border-color: #35557D; }

 span { border-color: rgb(53,85,125); }

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