#386670

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

Shades of Blumine #386670

Tints of Blumine #386670

Color information

#386670 (or 0x386670) is unknown color: approx Blumine. HEX triplet: 38, 66 and 70. RGB value is (56,102,112). Sum of RGB (Red+Green+Blue) = 56+102+112=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #386670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386670 is #C7998F. Grayscale: #595959. Windows color (decimal): -13080976 or 7366200. OLE color: 7366200.

HSL color Cylindrical-coordinate representation of color #386670: hue angle of 190.71º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386670 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB56102112-
CMYK0.500.0900.56
HSL190.71º33.33%32.94%-
HSV(B)190.71º50%43.92%-
XYZ9.3111.5117.06-
YUV89.39140.76104.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=20.74%
G=37.78%
B=41.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561021120.500.0900.56190.7133.3332.94
Hex386670329038bf2121
Octal7014616062110702774141
Binary111000110011011100001100101001011100010111111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386670; }

 p { color: rgb(56,102,112); }

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

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

 a { background-color: rgb(56,102,112); }

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

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

 span { border-color: rgb(56,102,112); }

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