#38648A

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

Shades of Matisse #38648A

Tints of Matisse #38648A

Color information

#38648A (or 0x38648A) is unknown color: approx Matisse. HEX triplet: 38, 64 and 8A. RGB value is (56,100,138). Sum of RGB (Red+Green+Blue) = 56+100+138=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #38648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38648A is #C79B75. Grayscale: #5A5A5A. Windows color (decimal): -13081462 or 9069624. OLE color: 9069624.

HSL color Cylindrical-coordinate representation of color #38648A: hue angle of 207.8º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38648A is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB56100138-
CMYK0.590.2800.46
HSL207.8º42.27%38.04%-
HSV(B)207.8º59.42%54.12%-
XYZ10.7811.7925.75-
YUV91.18154.42102.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.05%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=19.05%
G=34.01%
B=46.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561001380.590.2800.46207.842.2738.04
Hex38648A3B1C02Ed02a26
Octal7014421273340563205246
Binary11100011001001000101011101111100010111011010000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38648A; }

 p { color: rgb(56,100,138); }

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

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

 a { background-color: rgb(56,100,138); }

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

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

 span { border-color: rgb(56,100,138); }

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