#38576C

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

Shades of Blumine #38576C

Tints of Blumine #38576C

Color information

#38576C (or 0x38576C) is unknown color: approx Blumine. HEX triplet: 38, 57 and 6C. RGB value is (56,87,108). Sum of RGB (Red+Green+Blue) = 56+87+108=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #38576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38576C is #C7A893. Grayscale: #505050. Windows color (decimal): -13084820 or 7100216. OLE color: 7100216.

HSL color Cylindrical-coordinate representation of color #38576C: hue angle of 204.23º 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 #38576C is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5687108-
CMYK0.480.1900.58
HSL204.23º31.71%32.16%-
HSV(B)204.23º48.15%42.35%-
XYZ7.758.7415.47-
YUV80.12143.73110.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 108 (42.58% from 255) = 43.03%
R=22.31%
G=34.66%
B=43.03%

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
Decimal56871080.480.1900.58204.2331.7132.16
Hex38576C301303Acc2020
Octal7012715460230723144040
Binary1110001010111110110011000010011011101011001100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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