#386778

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

Shades of Blumine #386778

Tints of Blumine #386778

Color information

#386778 (or 0x386778) is unknown color: approx Blumine. HEX triplet: 38, 67 and 78. RGB value is (56,103,120). Sum of RGB (Red+Green+Blue) = 56+103+120=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #386778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386778 is #C79887. Grayscale: #5A5A5A. Windows color (decimal): -13080712 or 7890744. OLE color: 7890744.

HSL color Cylindrical-coordinate representation of color #386778: hue angle of 195.94º 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 #386778 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB56103120-
CMYK0.530.1400.53
HSL195.94º36.36%34.51%-
HSV(B)195.94º53.33%47.06%-
XYZ9.8711.919.55-
YUV90.88144.43103.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=20.07%
G=36.92%
B=43.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561031200.530.1400.53195.9436.3634.51
Hex38677835E035c42423
Octal7014717065160653044443
Binary111000110011111110001101011110011010111000100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386778; }

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

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

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

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

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

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

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

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