Html Css Color HEX #385480 St Tropaz

📋 copy color: '#385480'

red 56 ◦ green 84 ◦ blue 128

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

Shades of St Tropaz #385480

Tints of St Tropaz #385480

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 20.9%
G = 31.34%
B = 47.76%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#385480 (or 0x385480) is known color: St Tropaz. HEX triplet: 38, 54 and 80. RGB value is (56,84,128). Sum of RGB (Red+Green+Blue) = 56+84+128=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #385480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385480 is #C7AB7F. Grayscale: #505050. Windows color (decimal): -13085568 or 8410168. OLE color: 8410168.

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

Color convert

RGB 56 84 128 -
CMYK 0.56 0.34 0 0.50
HSL 216.67º 0.39% 0.36% -
HSV(B) 216.67º 0.56% 0.5% -
XYZ 8.7 8.74 21.65 -
YUV 80.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 56 84 128 0.56 0.34 0 0.50 216.67 0.39 0.36
Hex 38 54 80 38 22 0 32 D9 27 24
Octal 70 124 200 70 42 0 62 331 47 44
Binary 111000 1010100 10000000 111000 100010 0 110010 11011001 100111 100100

Color Harmonies of #385480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385480

Black with #385480

Text Example


Text Example

White with #385480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385480; }

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

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

background-color css

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

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

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

border-color css

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

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

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