Html Css Color HEX #385680 St Tropaz

📋 copy color: '#385680'

red 56 ◦ green 86 ◦ blue 128

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

Shades of St Tropaz #385680

Tints of St Tropaz #385680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

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

R = 20.74%
G = 31.85%
B = 47.41%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#385680 (or 0x385680) is known color: St Tropaz. HEX triplet: 38, 56 and 80. RGB value is (56,86,128). Sum of RGB (Red+Green+Blue) = 56+86+128=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #385680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385680 is #C7A97F. Grayscale: #515151. Windows color (decimal): -13085056 or 8410680. OLE color: 8410680.

HSL color Cylindrical-coordinate representation of color #385680: hue angle of 215º 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 #385680 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 86 128 -
CMYK 0.56 0.33 0 0.50
HSL 215º 0.39% 0.36% -
HSV(B) 215º 0.56% 0.5% -
XYZ 8.85 9.05 21.7 -
YUV 81.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 56 86 128 0.56 0.33 0 0.50 215 0.39 0.36
Hex 38 56 80 38 21 0 32 D7 27 24
Octal 70 126 200 70 41 0 62 327 47 44
Binary 111000 1010110 10000000 111000 100001 0 110010 11010111 100111 100100

Color Harmonies of #385680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385680

Black with #385680

Text Example


Text Example

White with #385680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385680; }

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

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

background-color css

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

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

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

border-color css

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

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

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