#385E75

Color #385E75 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #385E75

Tints of Blumine #385E75

Color information

#385E75 (or 0x385E75) is unknown color: approx Blumine. HEX triplet: 38, 5E and 75. RGB value is (56,94,117). Sum of RGB (Red+Green+Blue) = 56+94+117=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #385E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E75 is #C7A18A. Grayscale: #555555. Windows color (decimal): -13083019 or 7691832. OLE color: 7691832.

HSL color Cylindrical-coordinate representation of color #385E75: hue angle of 202.62º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385E75 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5694117-
CMYK0.520.2000.54
HSL202.62º35.26%33.92%-
HSV(B)202.62º52.14%45.88%-
XYZ8.8410.1318.32-
YUV85.26145.91107.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=20.97%
G=35.21%
B=43.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56941170.520.2000.54202.6235.2633.92
Hex385E753414036cb2322
Octal7013616564240663134342
Binary1110001011110111010111010010100011011011001011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385E75; }

 p { color: rgb(56,94,117); }

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

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

 a { background-color: rgb(56,94,117); }

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

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

 span { border-color: rgb(56,94,117); }

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