#385C6C

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

Shades of Blumine #385C6C

Tints of Blumine #385C6C

Color information

#385C6C (or 0x385C6C) is unknown color: approx Blumine. HEX triplet: 38, 5C and 6C. RGB value is (56,92,108). Sum of RGB (Red+Green+Blue) = 56+92+108=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #385C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C6C is #C7A393. Grayscale: #525252. Windows color (decimal): -13083540 or 7101496. OLE color: 7101496.

HSL color Cylindrical-coordinate representation of color #385C6C: hue angle of 198.46º 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 #385C6C is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5692108-
CMYK0.480.1500.58
HSL198.46º31.71%32.16%-
HSV(B)198.46º48.15%42.35%-
XYZ8.169.5815.61-
YUV83.06142.07108.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 108 (42.58% from 255) = 42.19%
R=21.88%
G=35.94%
B=42.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56921080.480.1500.58198.4631.7132.16
Hex385C6C30F03Ac62020
Octal7013415460170723064040
Binary111000101110011011001100001111011101011000110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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