#385278

Color #385278 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #385278

Tints of St Tropaz #385278

Color information

#385278 (or 0x385278) is unknown color: approx 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

RGB5682120-
CMYK0.530.3200.53
HSL215.62º36.36%34.51%-
HSV(B)215.62º53.33%47.06%-
XYZ8.048.2318.93-
YUV78.56151.39111.91-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56821200.530.3200.53215.6236.3634.51
Hex3852783520035d82423
Octal7012217065400653304443
Binary11100010100101111000110101100000011010111011000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>