#385D68

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

Shades of Blumine #385D68

Tints of Blumine #385D68

Color information

#385D68 (or 0x385D68) is unknown color: approx Blumine. HEX triplet: 38, 5D and 68. RGB value is (56,93,104). Sum of RGB (Red+Green+Blue) = 56+93+104=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #385D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D68 is #C7A297. Grayscale: #535353. Windows color (decimal): -13083288 or 6839608. OLE color: 6839608.

HSL color Cylindrical-coordinate representation of color #385D68: hue angle of 193.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #385D68 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5693104-
CMYK0.460.1100.59
HSL193.75º30%31.37%-
HSV(B)193.75º46.15%40.78%-
XYZ8.049.6714.54-
YUV83.19139.74108.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=22.13%
G=36.76%
B=41.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56931040.460.1100.59193.753031.37
Hex385D682EB03Bc21e1f
Octal7013515056130733023637
Binary1110001011101110100010111010110111011110000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,93,104); }

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

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

 a { background-color: rgb(56,93,104); }

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

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

 span { border-color: rgb(56,93,104); }

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