#38627F

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

Shades of Matisse #38627F

Tints of Matisse #38627F

Color information

#38627F (or 0x38627F) is unknown color: approx Matisse. HEX triplet: 38, 62 and 7F. RGB value is (56,98,127). Sum of RGB (Red+Green+Blue) = 56+98+127=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #38627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38627F is #C79D80. Grayscale: #585858. Windows color (decimal): -13081985 or 8348216. OLE color: 8348216.

HSL color Cylindrical-coordinate representation of color #38627F: hue angle of 204.51º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38627F is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5698127-
CMYK0.560.2300.50
HSL204.51º38.8%35.88%-
HSV(B)204.51º55.91%49.8%-
XYZ9.8311.1121.7-
YUV88.75149.59104.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 127 (50% from 255) = 45.20%
R=19.93%
G=34.88%
B=45.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56981270.560.2300.50204.5138.835.88
Hex38627F3817032cd2724
Octal7014217770270623154744
Binary1110001100010111111111100010111011001011001101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,98,127); }

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

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

 a { background-color: rgb(56,98,127); }

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

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

 span { border-color: rgb(56,98,127); }

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