#386577

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

Shades of Blumine #386577

Tints of Blumine #386577

Color information

#386577 (or 0x386577) is unknown color: approx Blumine. HEX triplet: 38, 65 and 77. RGB value is (56,101,119). Sum of RGB (Red+Green+Blue) = 56+101+119=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #386577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386577 is #C79A88. Grayscale: #595959. Windows color (decimal): -13081225 or 7824696. OLE color: 7824696.

HSL color Cylindrical-coordinate representation of color #386577: hue angle of 197.14º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386577 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB56101119-
CMYK0.530.1500.53
HSL197.14º36%34.31%-
HSV(B)197.14º52.94%46.67%-
XYZ9.6111.4819.16-
YUV89.6144.59104.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 101 (39.84% from 255) = 36.59%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=20.29%
G=36.59%
B=43.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561011190.530.1500.53197.143634.31
Hex38657735F035c52422
Octal7014516765170653054442
Binary111000110010111101111101011111011010111000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386577; }

 p { color: rgb(56,101,119); }

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

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

 a { background-color: rgb(56,101,119); }

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

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

 span { border-color: rgb(56,101,119); }

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