#385C69

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

Shades of Blumine #385C69

Tints of Blumine #385C69

Color information

#385C69 (or 0x385C69) is unknown color: approx Blumine. HEX triplet: 38, 5C and 69. RGB value is (56,92,105). Sum of RGB (Red+Green+Blue) = 56+92+105=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #385C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C69 is #C7A396. Grayscale: #525252. Windows color (decimal): -13083543 or 6904888. OLE color: 6904888.

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

Color convert

RGB5692105-
CMYK0.470.1200.59
HSL195.92º30.43%31.57%-
HSV(B)195.92º46.67%41.18%-
XYZ8.019.5114.78-
YUV82.72140.57108.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 105 (41.41% from 255) = 41.50%
R=22.13%
G=36.36%
B=41.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56921050.470.1200.59195.9230.4331.57
Hex385C692FC03Bc41e20
Octal7013415157140733043640
Binary11100010111001101001101111110001110111100010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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