#385B69

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

Shades of Blumine #385B69

Tints of Blumine #385B69

Color information

#385B69 (or 0x385B69) is unknown color: approx Blumine. HEX triplet: 38, 5B and 69. RGB value is (56,91,105). Sum of RGB (Red+Green+Blue) = 56+91+105=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #385B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B69 is #C7A496. Grayscale: #525252. Windows color (decimal): -13083799 or 6904632. OLE color: 6904632.

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

Color convert

RGB5691105-
CMYK0.470.1300.59
HSL197.14º30.43%31.57%-
HSV(B)197.14º46.67%41.18%-
XYZ7.929.3414.75-
YUV82.13140.9109.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=22.22%
G=36.11%
B=41.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56911050.470.1300.59197.1430.4331.57
Hex385B692FD03Bc51e20
Octal7013315157150733053640
Binary11100010110111101001101111110101110111100010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,91,105); }

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

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

 a { background-color: rgb(56,91,105); }

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

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

 span { border-color: rgb(56,91,105); }

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