#38586F

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

Shades of Blumine #38586F

Tints of Blumine #38586F

Color information

#38586F (or 0x38586F) is unknown color: approx Blumine. HEX triplet: 38, 58 and 6F. RGB value is (56,88,111). Sum of RGB (Red+Green+Blue) = 56+88+111=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #38586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38586F is #C7A790. Grayscale: #505050. Windows color (decimal): -13084561 or 7297080. OLE color: 7297080.

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

Color convert

RGB5688111-
CMYK0.500.2100.56
HSL205.09º32.93%32.75%-
HSV(B)205.09º49.55%43.53%-
XYZ7.998.9716.35-
YUV81.05144.9110.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 111 (43.75% from 255) = 43.53%
R=21.96%
G=34.51%
B=43.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56881110.500.2100.56205.0932.9332.75
Hex38586F3215038cd2121
Octal7013015762250703154141
Binary1110001011000110111111001010101011100011001101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38586F; }

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

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

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

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

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

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

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

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