Html Css Color HEX #385278 St Tropaz

📋 copy color: '#385278'

red 56 ◦ green 82 ◦ blue 120

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

Shades of St Tropaz #385278

Tints of St Tropaz #385278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

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

R = 21.71%
G = 31.78%
B = 46.51%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385278 (or 0x385278) is known color: St Tropaz. HEX triplet: 38, 52 and 78. RGB value is (56,82,120). Sum of RGB (Red+Green+Blue) = 56+82+120=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #385278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385278 is #C7AD87. Grayscale: #4E4E4E. Windows color (decimal): -13086088 or 7885368. OLE color: 7885368.

HSL color Cylindrical-coordinate representation of color #385278: hue angle of 215.62º 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 #385278 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 82 120 -
CMYK 0.53 0.32 0 0.53
HSL 215.63º 0.36% 0.35% -
HSV(B) 215.63º 0.53% 0.47% -
XYZ 8.04 8.23 18.93 -
YUV 78.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 56 82 120 0.53 0.32 0 0.53 215.63 0.36 0.35
Hex 38 52 78 35 20 0 35 D8 24 23
Octal 70 122 170 65 40 0 65 330 44 43
Binary 111000 1010010 1111000 110101 100000 0 110101 11011000 100100 100011

Color Harmonies of #385278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385278

Black with #385278

Text Example


Text Example

White with #385278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385278; }

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

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

background-color css

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

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

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

border-color css

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

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

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