#385B70

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

Shades of Blumine #385B70

Tints of Blumine #385B70

Color information

#385B70 (or 0x385B70) is unknown color: approx Blumine. HEX triplet: 38, 5B and 70. RGB value is (56,91,112). Sum of RGB (Red+Green+Blue) = 56+91+112=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #385B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B70 is #C7A48F. Grayscale: #525252. Windows color (decimal): -13083792 or 7363384. OLE color: 7363384.

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

Color convert

RGB5691112-
CMYK0.500.1900.56
HSL202.5º33.33%32.94%-
HSV(B)202.5º50%43.92%-
XYZ8.39.4916.72-
YUV82.93144.4108.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=21.62%
G=35.14%
B=43.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56911120.500.1900.56202.533.3332.94
Hex385B703213038ca2121
Octal7013316062230703124141
Binary1110001011011111000011001010011011100011001010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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