#385A70

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

Shades of Blumine #385A70

Tints of Blumine #385A70

Color information

#385A70 (or 0x385A70) is unknown color: approx Blumine. HEX triplet: 38, 5A and 70. RGB value is (56,90,112). Sum of RGB (Red+Green+Blue) = 56+90+112=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #385A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385A70 is #C7A58F. Grayscale: #525252. Windows color (decimal): -13084048 or 7363128. OLE color: 7363128.

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

Color convert

RGB5690112-
CMYK0.500.2000.56
HSL203.57º33.33%32.94%-
HSV(B)203.57º50%43.92%-
XYZ8.219.3216.7-
YUV82.34144.74109.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=21.71%
G=34.88%
B=43.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56901120.500.2000.56203.5733.3332.94
Hex385A703214038cc2121
Octal7013216062240703144141
Binary1110001011010111000011001010100011100011001100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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