Html Css Color HEX #385478 St Tropaz

📋 copy color: '#385478'

red 56 ◦ green 84 ◦ blue 120

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

Shades of St Tropaz #385478

Tints of St Tropaz #385478

RGB

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

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

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

R = 21.54%
G = 32.31%
B = 46.15%

CMYK

 C value IS 0.53

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385478 (or 0x385478) is known color: St Tropaz. HEX triplet: 38, 54 and 78. RGB value is (56,84,120). Sum of RGB (Red+Green+Blue) = 56+84+120=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #385478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385478 is #C7AB87. Grayscale: #4F4F4F. Windows color (decimal): -13085576 or 7885880. OLE color: 7885880.

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

Color convert

RGB 56 84 120 -
CMYK 0.53 0.3 0 0.53
HSL 213.75º 0.36% 0.35% -
HSV(B) 213.75º 0.53% 0.47% -
XYZ 8.19 8.54 18.99 -
YUV 79.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 56 84 120 0.53 0.3 0 0.53 213.75 0.36 0.35
Hex 38 54 78 35 1E 0 35 D6 24 23
Octal 70 124 170 65 36 0 65 326 44 43
Binary 111000 1010100 1111000 110101 11110 0 110101 11010110 100100 100011

Color Harmonies of #385478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385478

Black with #385478

Text Example


Text Example

White with #385478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385478; }

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

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

background-color css

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

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

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

border-color css

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

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

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