#38586C

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

Shades of Blumine #38586C

Tints of Blumine #38586C

Color information

#38586C (or 0x38586C) is unknown color: approx Blumine. HEX triplet: 38, 58 and 6C. RGB value is (56,88,108). Sum of RGB (Red+Green+Blue) = 56+88+108=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #38586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38586C is #C7A793. Grayscale: #505050. Windows color (decimal): -13084564 or 7100472. OLE color: 7100472.

HSL color Cylindrical-coordinate representation of color #38586C: hue angle of 203.08º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38586C is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5688108-
CMYK0.480.1900.58
HSL203.08º31.71%32.16%-
HSV(B)203.08º48.15%42.35%-
XYZ7.838.915.49-
YUV80.71143.4110.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=22.22%
G=34.92%
B=42.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56881080.480.1900.58203.0831.7132.16
Hex38586C301303Acb2020
Octal7013015460230723134040
Binary1110001011000110110011000010011011101011001011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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