#385F75

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

Shades of Blumine #385F75

Tints of Blumine #385F75

Color information

#385F75 (or 0x385F75) is unknown color: approx Blumine. HEX triplet: 38, 5F and 75. RGB value is (56,95,117). Sum of RGB (Red+Green+Blue) = 56+95+117=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #385F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F75 is #C7A08A. Grayscale: #555555. Windows color (decimal): -13082763 or 7692088. OLE color: 7692088.

HSL color Cylindrical-coordinate representation of color #385F75: hue angle of 201.64º 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 #385F75 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5695117-
CMYK0.520.1900.54
HSL201.64º35.26%33.92%-
HSV(B)201.64º52.14%45.88%-
XYZ8.9310.3118.35-
YUV85.85145.58106.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=20.90%
G=35.45%
B=43.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56951170.520.1900.54201.6435.2633.92
Hex385F753413036ca2322
Octal7013716564230663124342
Binary1110001011111111010111010010011011011011001010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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