#385968

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

Shades of Blumine #385968

Tints of Blumine #385968

Color information

#385968 (or 0x385968) is unknown color: approx Blumine. HEX triplet: 38, 59 and 68. RGB value is (56,89,104). Sum of RGB (Red+Green+Blue) = 56+89+104=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #385968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385968 is #C7A697. Grayscale: #505050. Windows color (decimal): -13084312 or 6838584. OLE color: 6838584.

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

Color convert

RGB5689104-
CMYK0.460.1400.59
HSL198.75º30%31.37%-
HSV(B)198.75º46.15%40.78%-
XYZ7.78.9814.43-
YUV80.84141.07110.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 104 (41.02% from 255) = 41.77%
R=22.49%
G=35.74%
B=41.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56891040.460.1400.59198.753031.37
Hex3859682EE03Bc71e1f
Octal7013115056160733073637
Binary1110001011001110100010111011100111011110001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385968; }

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

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

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

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

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

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

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

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