#38647A

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

Shades of Matisse #38647A

Tints of Matisse #38647A

Color information

#38647A (or 0x38647A) is unknown color: approx Matisse. HEX triplet: 38, 64 and 7A. RGB value is (56,100,122). Sum of RGB (Red+Green+Blue) = 56+100+122=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #38647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38647A is #C79B85. Grayscale: #595959. Windows color (decimal): -13081478 or 8021048. OLE color: 8021048.

HSL color Cylindrical-coordinate representation of color #38647A: hue angle of 200º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38647A is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB56100122-
CMYK0.540.1800.52
HSL200º37.08%34.9%-
HSV(B)200º54.1%47.84%-
XYZ9.711.3620.09-
YUV89.35146.42104.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=20.14%
G=35.97%
B=43.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561001220.540.1800.5220037.0834.9
Hex38647A3612034c82523
Octal7014417266220643104543
Binary1110001100100111101011011010010011010011001000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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