#385277

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

Shades of St Tropaz #385277

Tints of St Tropaz #385277

Color information

#385277 (or 0x385277) is unknown color: approx St Tropaz. HEX triplet: 38, 52 and 77. RGB value is (56,82,119). Sum of RGB (Red+Green+Blue) = 56+82+119=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #385277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385277 is #C7AD88. Grayscale: #4E4E4E. Windows color (decimal): -13086089 or 7819832. OLE color: 7819832.

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

Color convert

RGB5682119-
CMYK0.530.3100.53
HSL215.24º36%34.31%-
HSV(B)215.24º52.94%46.67%-
XYZ7.988.2118.62-
YUV78.44150.89111.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=21.79%
G=31.91%
B=46.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56821190.530.3100.53215.243634.31
Hex385277351F035d72422
Octal7012216765370653274442
Binary1110001010010111011111010111111011010111010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385277; }

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

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

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

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

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

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

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

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