#386678

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

Shades of Blumine #386678

Tints of Blumine #386678

Color information

#386678 (or 0x386678) is unknown color: approx Blumine. HEX triplet: 38, 66 and 78. RGB value is (56,102,120). Sum of RGB (Red+Green+Blue) = 56+102+120=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #386678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386678 is #C79987. Grayscale: #5A5A5A. Windows color (decimal): -13080968 or 7890488. OLE color: 7890488.

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

Color convert

RGB56102120-
CMYK0.530.1500.53
HSL196.88º36.36%34.51%-
HSV(B)196.88º53.33%47.06%-
XYZ9.7711.719.51-
YUV90.3144.76103.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=20.14%
G=36.69%
B=43.17%

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
Decimal561021200.530.1500.53196.8836.3634.51
Hex38667835F035c52423
Octal7014617065170653054443
Binary111000110011011110001101011111011010111000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386678; }

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

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

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

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

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

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

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

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