#386475

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

Shades of Blumine #386475

Tints of Blumine #386475

Color information

#386475 (or 0x386475) is unknown color: approx Blumine. HEX triplet: 38, 64 and 75. RGB value is (56,100,117). Sum of RGB (Red+Green+Blue) = 56+100+117=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #386475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386475 is #C79B8A. Grayscale: #585858. Windows color (decimal): -13081483 or 7693368. OLE color: 7693368.

HSL color Cylindrical-coordinate representation of color #386475: hue angle of 196.72º 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 #386475 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB56100117-
CMYK0.520.1500.54
HSL196.72º35.26%33.92%-
HSV(B)196.72º52.14%45.88%-
XYZ9.411.2418.5-
YUV88.78143.92104.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=20.51%
G=36.63%
B=42.86%

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
Decimal561001170.520.1500.54196.7235.2633.92
Hex38647534F036c52322
Octal7014416564170663054342
Binary111000110010011101011101001111011011011000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386475; }

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

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

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

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

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

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

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

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