#385F72

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

Shades of Blumine #385F72

Tints of Blumine #385F72

Color information

#385F72 (or 0x385F72) is unknown color: approx Blumine. HEX triplet: 38, 5F and 72. RGB value is (56,95,114). Sum of RGB (Red+Green+Blue) = 56+95+114=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #385F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F72 is #C7A08D. Grayscale: #555555. Windows color (decimal): -13082766 or 7495480. OLE color: 7495480.

HSL color Cylindrical-coordinate representation of color #385F72: hue angle of 199.66º 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 #385F72 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5695114-
CMYK0.510.1700.55
HSL199.66º34.12%33.33%-
HSV(B)199.66º50.88%44.71%-
XYZ8.7610.2417.43-
YUV85.5144.08106.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=21.13%
G=35.85%
B=43.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56951140.510.1700.55199.6634.1233.33
Hex385F723311037c82221
Octal7013716263210673104241
Binary1110001011111111001011001110001011011111001000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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