#386775

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

Shades of Blumine #386775

Tints of Blumine #386775

Color information

#386775 (or 0x386775) is unknown color: approx Blumine. HEX triplet: 38, 67 and 75. RGB value is (56,103,117). Sum of RGB (Red+Green+Blue) = 56+103+117=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #386775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386775 is #C7988A. Grayscale: #5A5A5A. Windows color (decimal): -13080715 or 7694136. OLE color: 7694136.

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

Color convert

RGB56103117-
CMYK0.520.1200.54
HSL193.77º35.26%33.92%-
HSV(B)193.77º52.14%45.88%-
XYZ9.6911.8318.6-
YUV90.54142.93103.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=20.29%
G=37.32%
B=42.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561031170.520.1200.54193.7735.2633.92
Hex38677534C036c22322
Octal7014716564140663024342
Binary111000110011111101011101001100011011011000010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386775; }

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

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

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

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

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

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

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

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