#385769

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

Shades of Blumine #385769

Tints of Blumine #385769

Color information

#385769 (or 0x385769) is unknown color: approx Blumine. HEX triplet: 38, 57 and 69. RGB value is (56,87,105). Sum of RGB (Red+Green+Blue) = 56+87+105=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #385769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385769 is #C7A896. Grayscale: #4F4F4F. Windows color (decimal): -13084823 or 6903608. OLE color: 6903608.

HSL color Cylindrical-coordinate representation of color #385769: hue angle of 202.04º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #385769 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5687105-
CMYK0.470.1700.59
HSL202.04º30.43%31.57%-
HSV(B)202.04º46.67%41.18%-
XYZ7.598.6814.64-
YUV79.78142.23111.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=22.58%
G=35.08%
B=42.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56871050.470.1700.59202.0430.4331.57
Hex3857692F1103Bca1e20
Octal7012715157210733123640
Binary111000101011111010011011111000101110111100101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385769; }

 p { color: rgb(56,87,105); }

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

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

 a { background-color: rgb(56,87,105); }

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

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

 span { border-color: rgb(56,87,105); }

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