#386476

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

Shades of Blumine #386476

Tints of Blumine #386476

Color information

#386476 (or 0x386476) is unknown color: approx Blumine. HEX triplet: 38, 64 and 76. RGB value is (56,100,118). Sum of RGB (Red+Green+Blue) = 56+100+118=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #386476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386476 is #C79B89. Grayscale: #585858. Windows color (decimal): -13081482 or 7758904. OLE color: 7758904.

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

Color convert

RGB56100118-
CMYK0.530.1500.54
HSL197.42º35.63%34.12%-
HSV(B)197.42º52.54%46.27%-
XYZ9.4611.2618.82-
YUV88.9144.42104.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 100 (39.45% from 255) = 36.50%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=20.44%
G=36.50%
B=43.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561001180.530.1500.54197.4235.6334.12
Hex38647635F036c52422
Octal7014416665170663054442
Binary111000110010011101101101011111011011011000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386476; }

 p { color: rgb(56,100,118); }

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

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

 a { background-color: rgb(56,100,118); }

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

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

 span { border-color: rgb(56,100,118); }

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