#385F68

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

Shades of Blumine #385F68

Tints of Blumine #385F68

Color information

#385F68 (or 0x385F68) is unknown color: approx Blumine. HEX triplet: 38, 5F and 68. RGB value is (56,95,104). Sum of RGB (Red+Green+Blue) = 56+95+104=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #385F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F68 is #C7A097. Grayscale: #545454. Windows color (decimal): -13082776 or 6840120. OLE color: 6840120.

HSL color Cylindrical-coordinate representation of color #385F68: hue angle of 191.25º 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 #385F68 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5695104-
CMYK0.460.0900.59
HSL191.25º30%31.37%-
HSV(B)191.25º46.15%40.78%-
XYZ8.2210.0214.6-
YUV84.36139.08107.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=21.96%
G=37.25%
B=40.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56951040.460.0900.59191.253031.37
Hex385F682E903Bbf1e1f
Octal7013715056110732773637
Binary1110001011111110100010111010010111011101111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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