#386278

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

Shades of Blumine #386278

Tints of Blumine #386278

Color information

#386278 (or 0x386278) is unknown color: approx Blumine. HEX triplet: 38, 62 and 78. RGB value is (56,98,120). Sum of RGB (Red+Green+Blue) = 56+98+120=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #386278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386278 is #C79D87. Grayscale: #575757. Windows color (decimal): -13081992 or 7889464. OLE color: 7889464.

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

Color convert

RGB5698120-
CMYK0.530.1800.53
HSL200.62º36.36%34.51%-
HSV(B)200.62º53.33%47.06%-
XYZ9.3910.9319.38-
YUV87.95146.09105.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=20.44%
G=35.77%
B=43.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56981200.530.1800.53200.6236.3634.51
Hex3862783512035c92423
Octal7014217065220653114443
Binary1110001100010111100011010110010011010111001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386278; }

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

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

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

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

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

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

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

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