#385B6C

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

Shades of Blumine #385B6C

Tints of Blumine #385B6C

Color information

#385B6C (or 0x385B6C) is unknown color: approx Blumine. HEX triplet: 38, 5B and 6C. RGB value is (56,91,108). Sum of RGB (Red+Green+Blue) = 56+91+108=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #385B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B6C is #C7A493. Grayscale: #525252. Windows color (decimal): -13083796 or 7101240. OLE color: 7101240.

HSL color Cylindrical-coordinate representation of color #385B6C: hue angle of 199.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #385B6C is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5691108-
CMYK0.480.1600.58
HSL199.62º31.71%32.16%-
HSV(B)199.62º48.15%42.35%-
XYZ8.089.4115.58-
YUV82.47142.4109.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=21.96%
G=35.69%
B=42.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56911080.480.1600.58199.6231.7132.16
Hex385B6C301003Ac82020
Octal7013315460200723104040
Binary1110001011011110110011000010000011101011001000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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