#385C70

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

Shades of Blumine #385C70

Tints of Blumine #385C70

Color information

#385C70 (or 0x385C70) is unknown color: approx Blumine. HEX triplet: 38, 5C and 70. RGB value is (56,92,112). Sum of RGB (Red+Green+Blue) = 56+92+112=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #385C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C70 is #C7A38F. Grayscale: #535353. Windows color (decimal): -13083536 or 7363640. OLE color: 7363640.

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

Color convert

RGB5692112-
CMYK0.500.1800.56
HSL201.43º33.33%32.94%-
HSV(B)201.43º50%43.92%-
XYZ8.389.6616.75-
YUV83.52144.07108.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 92 (36.33% from 255) = 35.38%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=21.54%
G=35.38%
B=43.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56921120.500.1800.56201.4333.3332.94
Hex385C703212038c92121
Octal7013416062220703114141
Binary1110001011100111000011001010010011100011001001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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