#385F70

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

Shades of Blumine #385F70

Tints of Blumine #385F70

Color information

#385F70 (or 0x385F70) is unknown color: approx Blumine. HEX triplet: 38, 5F and 70. RGB value is (56,95,112). Sum of RGB (Red+Green+Blue) = 56+95+112=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #385F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F70 is #C7A08F. Grayscale: #555555. Windows color (decimal): -13082768 or 7364408. OLE color: 7364408.

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

Color convert

RGB5695112-
CMYK0.500.1500.56
HSL198.21º33.33%32.94%-
HSV(B)198.21º50%43.92%-
XYZ8.6510.216.84-
YUV85.28143.08107.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=21.29%
G=36.12%
B=42.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56951120.500.1500.56198.2133.3332.94
Hex385F7032F038c62121
Octal7013716062170703064141
Binary111000101111111100001100101111011100011000110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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