Html Css Color HEX #355078 St Tropaz

📋 copy color: '#355078'

red 53 ◦ green 80 ◦ blue 120

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

Shades of St Tropaz #355078

Tints of St Tropaz #355078

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.62%

 BLUE value IS 120 (47.27% from 255) = 47.43%

R = 20.95%
G = 31.62%
B = 47.43%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355078 (or 0x355078) is known color: St Tropaz. HEX triplet: 35, 50 and 78. RGB value is (53,80,120). Sum of RGB (Red+Green+Blue) = 53+80+120=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #355078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355078 is #CAAF87. Grayscale: #4C4C4C. Windows color (decimal): -13283208 or 7884853. OLE color: 7884853.

HSL color Cylindrical-coordinate representation of color #355078: hue angle of 215.82º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #355078 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 80 120 -
CMYK 0.56 0.33 0 0.53
HSL 215.82º 0.39% 0.34% -
HSV(B) 215.82º 0.56% 0.47% -
XYZ 7.73 7.85 18.88 -
YUV 76.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 53 80 120 0.56 0.33 0 0.53 215.82 0.39 0.34
Hex 35 50 78 38 21 0 35 D8 27 22
Octal 65 120 170 70 41 0 65 330 47 42
Binary 110101 1010000 1111000 111000 100001 0 110101 11011000 100111 100010

Color Harmonies of #355078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355078

Black with #355078

Text Example


Text Example

White with #355078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355078; }

 p { color: rgb(53,80,120); }

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

background-color css

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

 a { background-color: rgb(53,80,120); }

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

border-color css

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

 span { border-color: rgb(53,80,120); }

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