#386375

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

Shades of Blumine #386375

Tints of Blumine #386375

Color information

#386375 (or 0x386375) is unknown color: approx Blumine. HEX triplet: 38, 63 and 75. RGB value is (56,99,117). Sum of RGB (Red+Green+Blue) = 56+99+117=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #386375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386375 is #C79C8A. Grayscale: #585858. Windows color (decimal): -13081739 or 7693112. OLE color: 7693112.

HSL color Cylindrical-coordinate representation of color #386375: hue angle of 197.7º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #386375 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5699117-
CMYK0.520.1500.54
HSL197.7º35.26%33.92%-
HSV(B)197.7º52.14%45.88%-
XYZ9.311.0518.47-
YUV88.2144.25105.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=20.59%
G=36.40%
B=43.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56991170.520.1500.54197.735.2633.92
Hex38637534F036c62322
Octal7014316564170663064342
Binary111000110001111101011101001111011011011000110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386375; }

 p { color: rgb(56,99,117); }

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

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

 a { background-color: rgb(56,99,117); }

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

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

 span { border-color: rgb(56,99,117); }

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