#385E70

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

Shades of Blumine #385E70

Tints of Blumine #385E70

Color information

#385E70 (or 0x385E70) is unknown color: approx Blumine. HEX triplet: 38, 5E and 70. RGB value is (56,94,112). Sum of RGB (Red+Green+Blue) = 56+94+112=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #385E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385E70 is #C7A18F. Grayscale: #545454. Windows color (decimal): -13083024 or 7364152. OLE color: 7364152.

HSL color Cylindrical-coordinate representation of color #385E70: hue angle of 199.29º 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 #385E70 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5694112-
CMYK0.500.1600.56
HSL199.29º33.33%32.94%-
HSV(B)199.29º50%43.92%-
XYZ8.5610.0216.81-
YUV84.69143.41107.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=21.37%
G=35.88%
B=42.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56941120.500.1600.56199.2933.3332.94
Hex385E703210038c72121
Octal7013616062200703074141
Binary1110001011110111000011001010000011100011000111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385E70; }

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

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

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

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

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

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

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

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