Html Css Color HEX #385477 St Tropaz

📋 copy color: '#385477'

red 56 ◦ green 84 ◦ blue 119

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

Shades of St Tropaz #385477

Tints of St Tropaz #385477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.95%

R = 21.62%
G = 32.43%
B = 45.95%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385477 (or 0x385477) is known color: St Tropaz. HEX triplet: 38, 54 and 77. RGB value is (56,84,119). Sum of RGB (Red+Green+Blue) = 56+84+119=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #385477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385477 is #C7AB88. Grayscale: #4F4F4F. Windows color (decimal): -13085577 or 7820344. OLE color: 7820344.

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

Color convert

RGB 56 84 119 -
CMYK 0.53 0.29 0 0.53
HSL 213.33º 0.36% 0.34% -
HSV(B) 213.33º 0.53% 0.47% -
XYZ 8.13 8.51 18.67 -
YUV 79.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 56 84 119 0.53 0.29 0 0.53 213.33 0.36 0.34
Hex 38 54 77 35 1D 0 35 D5 24 22
Octal 70 124 167 65 35 0 65 325 44 42
Binary 111000 1010100 1110111 110101 11101 0 110101 11010101 100100 100010

Color Harmonies of #385477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385477

Black with #385477

Text Example


Text Example

White with #385477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385477; }

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

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

background-color css

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

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

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

border-color css

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

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

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