#385967

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

Shades of Blumine #385967

Tints of Blumine #385967

Color information

#385967 (or 0x385967) is unknown color: approx Blumine. HEX triplet: 38, 59 and 67. RGB value is (56,89,103). Sum of RGB (Red+Green+Blue) = 56+89+103=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #385967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385967 is #C7A698. Grayscale: #505050. Windows color (decimal): -13084313 or 6773048. OLE color: 6773048.

HSL color Cylindrical-coordinate representation of color #385967: hue angle of 197.87º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #385967 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5689103-
CMYK0.460.1400.60
HSL197.87º29.56%31.18%-
HSV(B)197.87º45.63%40.39%-
XYZ7.658.9614.16-
YUV80.73140.57110.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 103 (40.62% from 255) = 41.53%
R=22.58%
G=35.89%
B=41.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56891030.460.1400.60197.8729.5631.18
Hex3859672EE03Cc61e1f
Octal7013114756160743063637
Binary1110001011001110011110111011100111100110001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385967; }

 p { color: rgb(56,89,103); }

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

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

 a { background-color: rgb(56,89,103); }

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

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

 span { border-color: rgb(56,89,103); }

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