#38577A

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

Shades of Matisse #38577A

Tints of Matisse #38577A

Color information

#38577A (or 0x38577A) is unknown color: approx Matisse. HEX triplet: 38, 57 and 7A. RGB value is (56,87,122). Sum of RGB (Red+Green+Blue) = 56+87+122=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #38577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38577A is #C7A885. Grayscale: #515151. Windows color (decimal): -13084806 or 8017720. OLE color: 8017720.

HSL color Cylindrical-coordinate representation of color #38577A: hue angle of 211.82º 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 #38577A is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5687122-
CMYK0.540.2900.52
HSL211.82º37.08%34.9%-
HSV(B)211.82º54.1%47.84%-
XYZ8.559.0619.71-
YUV81.72150.73109.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=21.13%
G=32.83%
B=46.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56871220.540.2900.52211.8237.0834.9
Hex38577A361D034d42523
Octal7012717266350643244543
Binary1110001010111111101011011011101011010011010100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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