#385867

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

Shades of Blumine #385867

Tints of Blumine #385867

Color information

#385867 (or 0x385867) is unknown color: approx Blumine. HEX triplet: 38, 58 and 67. RGB value is (56,88,103). Sum of RGB (Red+Green+Blue) = 56+88+103=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #385867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385867 is #C7A798. Grayscale: #505050. Windows color (decimal): -13084569 or 6772792. OLE color: 6772792.

HSL color Cylindrical-coordinate representation of color #385867: hue angle of 199.15º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #385867 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5688103-
CMYK0.460.1500.60
HSL199.15º29.56%31.18%-
HSV(B)199.15º45.63%40.39%-
XYZ7.578.814.13-
YUV80.14140.9110.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 103 (40.62% from 255) = 41.70%
R=22.67%
G=35.63%
B=41.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56881030.460.1500.60199.1529.5631.18
Hex3858672EF03Cc71e1f
Octal7013014756170743073637
Binary1110001011000110011110111011110111100110001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385867; }

 p { color: rgb(56,88,103); }

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

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

 a { background-color: rgb(56,88,103); }

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

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

 span { border-color: rgb(56,88,103); }

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