#385F76

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

Shades of Blumine #385F76

Tints of Blumine #385F76

Color information

#385F76 (or 0x385F76) is unknown color: approx Blumine. HEX triplet: 38, 5F and 76. RGB value is (56,95,118). Sum of RGB (Red+Green+Blue) = 56+95+118=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #385F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385F76 is #C7A089. Grayscale: #555555. Windows color (decimal): -13082762 or 7757624. OLE color: 7757624.

HSL color Cylindrical-coordinate representation of color #385F76: hue angle of 202.26º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #385F76 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5695118-
CMYK0.530.1900.54
HSL202.26º35.63%34.12%-
HSV(B)202.26º52.54%46.27%-
XYZ8.9910.3318.66-
YUV85.96146.08106.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 95 (37.5% from 255) = 35.32%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=20.82%
G=35.32%
B=43.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56951180.530.1900.54202.2635.6334.12
Hex385F763513036ca2422
Octal7013716665230663124442
Binary1110001011111111011011010110011011011011001010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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