#385889

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

Shades of St Tropaz #385889

Tints of St Tropaz #385889

Color information

#385889 (or 0x385889) is unknown color: approx St Tropaz. HEX triplet: 38, 58 and 89. RGB value is (56,88,137). Sum of RGB (Red+Green+Blue) = 56+88+137=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #385889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385889 is #C7A776. Grayscale: #535353. Windows color (decimal): -13084535 or 9001016. OLE color: 9001016.

HSL color Cylindrical-coordinate representation of color #385889: hue angle of 216.3º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385889 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5688137-
CMYK0.590.3600.46
HSL216.3º41.97%37.84%-
HSV(B)216.3º59.12%53.73%-
XYZ9.649.6325.02-
YUV84.02157.9108.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=19.93%
G=31.32%
B=48.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56881370.590.3600.46216.341.9737.84
Hex3858893B2402Ed82a26
Octal7013021173440563305246
Binary111000101100010001001111011100100010111011011000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385889; }

 p { color: rgb(56,88,137); }

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

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

 a { background-color: rgb(56,88,137); }

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

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

 span { border-color: rgb(56,88,137); }

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