#38617C

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

Shades of Matisse #38617C

Tints of Matisse #38617C

Color information

#38617C (or 0x38617C) is unknown color: approx Matisse. HEX triplet: 38, 61 and 7C. RGB value is (56,97,124). Sum of RGB (Red+Green+Blue) = 56+97+124=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #38617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38617C is #C79E83. Grayscale: #575757. Windows color (decimal): -13082244 or 8151352. OLE color: 8151352.

HSL color Cylindrical-coordinate representation of color #38617C: hue angle of 203.82º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38617C is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5697124-
CMYK0.550.2200.51
HSL203.82º37.78%35.29%-
HSV(B)203.82º54.84%48.63%-
XYZ9.5410.8520.66-
YUV87.82148.42105.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=20.22%
G=35.02%
B=44.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56971240.550.2200.51203.8237.7835.29
Hex38617C3716033cc2623
Octal7014117467260633144643
Binary1110001100001111110011011110110011001111001100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,97,124); }

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

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

 a { background-color: rgb(56,97,124); }

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

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

 span { border-color: rgb(56,97,124); }

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