#385770

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

Shades of Blumine #385770

Tints of Blumine #385770

Color information

#385770 (or 0x385770) is unknown color: approx Blumine. HEX triplet: 38, 57 and 70. RGB value is (56,87,112). Sum of RGB (Red+Green+Blue) = 56+87+112=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #385770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385770 is #C7A88F. Grayscale: #505050. Windows color (decimal): -13084816 or 7362360. OLE color: 7362360.

HSL color Cylindrical-coordinate representation of color #385770: hue angle of 206.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #385770 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5687112-
CMYK0.500.2200.56
HSL206.79º33.33%32.94%-
HSV(B)206.79º50%43.92%-
XYZ7.968.8316.61-
YUV80.58145.73110.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=21.96%
G=34.12%
B=43.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56871120.500.2200.56206.7933.3332.94
Hex3857703216038cf2121
Octal7012716062260703174141
Binary1110001010111111000011001010110011100011001111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385770; }

 p { color: rgb(56,87,112); }

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

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

 a { background-color: rgb(56,87,112); }

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

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

 span { border-color: rgb(56,87,112); }

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