#385781

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

Shades of St Tropaz #385781

Tints of St Tropaz #385781

Color information

#385781 (or 0x385781) is unknown color: approx St Tropaz. HEX triplet: 38, 57 and 81. RGB value is (56,87,129). Sum of RGB (Red+Green+Blue) = 56+87+129=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #385781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385781 is #C7A87E. Grayscale: #525252. Windows color (decimal): -13084799 or 8476472. OLE color: 8476472.

HSL color Cylindrical-coordinate representation of color #385781: hue angle of 214.52º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385781 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5687129-
CMYK0.570.3300.49
HSL214.52º39.46%36.27%-
HSV(B)214.52º56.59%50.59%-
XYZ99.2422.08-
YUV82.52154.23109.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=20.59%
G=31.99%
B=47.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56871290.570.3300.49214.5239.4636.27
Hex3857813921031d72724
Octal7012720171410613274744
Binary111000101011110000001111001100001011000111010111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385781; }

 p { color: rgb(56,87,129); }

 H1.HeaderClassName
 {
   color: #385781;
 }
 .AnyTagClassName
 {
   color: #385781;
 }
</style>
background-color css

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

 a { background-color: rgb(56,87,129); }

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

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

 span { border-color: rgb(56,87,129); }

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