Html Css Color HEX #385780 St Tropaz

📋 copy color: '#385780'

red 56 ◦ green 87 ◦ blue 128

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

Shades of St Tropaz #385780

Tints of St Tropaz #385780

RGB

 RED value IS 56 (22.27% from 255) = 20.66%

 GREEN value IS 87 (34.38% from 255) = 32.1%

 BLUE value IS 128 (50.39% from 255) = 47.23%

R = 20.66%
G = 32.1%
B = 47.23%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#385780 (or 0x385780) is known color: St Tropaz. HEX triplet: 38, 57 and 80. RGB value is (56,87,128). Sum of RGB (Red+Green+Blue) = 56+87+128=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #385780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385780 is #C7A87F. Grayscale: #525252. Windows color (decimal): -13084800 or 8410936. OLE color: 8410936.

HSL color Cylindrical-coordinate representation of color #385780: hue angle of 214.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385780 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 87 128 -
CMYK 0.56 0.32 0 0.50
HSL 214.17º 0.39% 0.36% -
HSV(B) 214.17º 0.56% 0.5% -
XYZ 8.94 9.22 21.73 -
YUV 82.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 56 87 128 0.56 0.32 0 0.50 214.17 0.39 0.36
Hex 38 57 80 38 20 0 32 D6 27 24
Octal 70 127 200 70 40 0 62 326 47 44
Binary 111000 1010111 10000000 111000 100000 0 110010 11010110 100111 100100

Color Harmonies of #385780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385780

Black with #385780

Text Example


Text Example

White with #385780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385780; }

 p { color: rgb(56,87,128); }

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

background-color css

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

 a { background-color: rgb(56,87,128); }

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

border-color css

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

 span { border-color: rgb(56,87,128); }

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