#386072

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

Shades of Blumine #386072

Tints of Blumine #386072

Color information

#386072 (or 0x386072) is unknown color: approx Blumine. HEX triplet: 38, 60 and 72. RGB value is (56,96,114). Sum of RGB (Red+Green+Blue) = 56+96+114=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #386072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386072 is #C79F8D. Grayscale: #555555. Windows color (decimal): -13082510 or 7495736. OLE color: 7495736.

HSL color Cylindrical-coordinate representation of color #386072: hue angle of 198.62º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386072 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5696114-
CMYK0.510.1600.55
HSL198.62º34.12%33.33%-
HSV(B)198.62º50.88%44.71%-
XYZ8.8510.4217.46-
YUV86.09143.75106.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=21.05%
G=36.09%
B=42.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56961140.510.1600.55198.6234.1233.33
Hex3860723310037c72221
Octal7014016263200673074241
Binary1110001100000111001011001110000011011111000111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386072; }

 p { color: rgb(56,96,114); }

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

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

 a { background-color: rgb(56,96,114); }

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

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

 span { border-color: rgb(56,96,114); }

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